Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ruscoder committed Aug 11, 2023
1 parent aa22a9c commit 284b2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aidbox_python_sdk/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async def register_app(sdk: SDK, client: AsyncAidboxClient):
try:
# We create app directly using execute to avoid conversion
await client.execute(
f"/App/{app_manifest.id}", method="put", data=app_manifest)
f"/App/{app_manifest['id']}", method="put", data=app_manifest)

logger.info("Creating seeds and applying migrations")
await sdk.create_seed_resources(client)
Expand Down

0 comments on commit 284b2e1

Please sign in to comment.