mirror of
https://github.com/matrix-org/synapse.git
synced 2026-05-10 06:36:36 +02:00
Fix pyflakes errors
This commit is contained in:
parent
00e9c08609
commit
42529cbced
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user