We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc665ff commit e0343cfCopy full SHA for e0343cf
aidbox_python_sdk/main.py
@@ -66,8 +66,8 @@ async def init_client(settings: Settings):
66
async def init(app):
67
app["client"] = await init_client(app["settings"])
68
app["db"] = DBProxy(app["settings"])
69
- await app["db"].initialize()
70
await register_app(app["sdk"], app["client"])
+ await app["db"].initialize()
71
yield
72
await app["db"].deinitialize()
73
0 commit comments