Fix docker setup
This commit is contained in:
parent
155f81ca44
commit
2f81ebc8ce
|
@ -32,7 +32,7 @@ async def main():
|
||||||
config = Config(config_path)
|
config = Config(config_path)
|
||||||
|
|
||||||
# Configure the database
|
# Configure the database
|
||||||
store = Storage(config)
|
store = Storage(config.database)
|
||||||
|
|
||||||
# Configuration options for the AsyncClient
|
# Configuration options for the AsyncClient
|
||||||
client_config = AsyncClientConfig(
|
client_config = AsyncClientConfig(
|
||||||
|
|
Loading…
Reference in New Issue