Fix pyflakes errors

pull/39/head
Mark Haines 2015-01-19 15:33:04 +00:00
parent 00e9c08609
commit 42529cbced
1 changed files with 1 additions and 1 deletions

View File

@ -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: