Skip to content

Commit

Permalink
fdhjsgfjsdbf
Browse files Browse the repository at this point in the history
  • Loading branch information
jmilldotdev committed Dec 12, 2023
1 parent bf80c20 commit 81f7343
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/eden.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ def get_assistant(api_url: str, character_id: str, credentials: SignInCredential
"x-api-secret": credentials.apiSecret,
}

print(f"{api_url}/characters/{character_id}")
response = requests.get(f"{api_url}/characters/{character_id}", headers=header)
json = response.json()
print(json)
Expand Down

0 comments on commit 81f7343

Please sign in to comment.