Fix pyflakes errors
This commit is contained in:
@@ -253,7 +253,7 @@ def setup():
|
||||
if db_name == ":memory:":
|
||||
# Memory databases will need to be setup each time they are opened.
|
||||
reactor.callWhenRunning(
|
||||
hs.get_db_pool().runWithConnection, prepare_database
|
||||
db_pool.runWithConnection, prepare_database
|
||||
)
|
||||
|
||||
if config.manhole:
|
||||
|
||||
Reference in New Issue
Block a user