We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa22a9c commit 284b2e1Copy full SHA for 284b2e1
aidbox_python_sdk/main.py
@@ -30,7 +30,7 @@ async def register_app(sdk: SDK, client: AsyncAidboxClient):
30
try:
31
# We create app directly using execute to avoid conversion
32
await client.execute(
33
- f"/App/{app_manifest.id}", method="put", data=app_manifest)
+ f"/App/{app_manifest['id']}", method="put", data=app_manifest)
34
35
logger.info("Creating seeds and applying migrations")
36
await sdk.create_seed_resources(client)
0 commit comments