fix docs for python sdk with typo for ClientId and BaseURL along with calls with .go instead of .py

This commit is contained in:
darrell-thobe-sp
2024-04-22 10:54:55 -04:00
parent d0d0ef21ed
commit 8447edfae5
4 changed files with 8 additions and 8 deletions

View File

@@ -35,5 +35,5 @@ print(accounts)
Run this command to run the code:
```bash
python sdk.go
python sdk.py
```