typo/regression
This commit is contained in:
parent
e078c7b094
commit
e1ae186382
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ async def initial_configure(
|
|||
|
||||
# create config file, connect to database
|
||||
config.save()
|
||||
Connection.connect(current_config.db.uri)
|
||||
Connection.connect(config.db.uri)
|
||||
|
||||
|
||||
@router.put(
|
||||
|
|
Loading…
Reference in a new issue