Skip to content

Commit 284b2e1

Browse files
authored
Fix typo
1 parent aa22a9c commit 284b2e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aidbox_python_sdk/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ async def register_app(sdk: SDK, client: AsyncAidboxClient):
3030
try:
3131
# We create app directly using execute to avoid conversion
3232
await client.execute(
33-
f"/App/{app_manifest.id}", method="put", data=app_manifest)
33+
f"/App/{app_manifest['id']}", method="put", data=app_manifest)
3434

3535
logger.info("Creating seeds and applying migrations")
3636
await sdk.create_seed_resources(client)

0 commit comments

Comments
 (0)