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 e877b33 commit 4b863a6Copy full SHA for 4b863a6
examples/miniapps/bundles/run.py
@@ -23,8 +23,7 @@ class Core(containers.DeclarativeContainer):
23
24
if __name__ == '__main__':
25
# Initializing containers
26
- core = Core()
27
- core.config.update({'database': {'dsn': ':memory:'},
+ core = Core(config={'database': {'dsn': ':memory:'},
28
'aws': {'access_key_id': 'KEY',
29
'secret_access_key': 'SECRET'}})
30
users = Users(database=core.sqlite)
0 commit comments