mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-26 11:05:16 -04:00
Fix pyflakes errors
This commit is contained in:
parent
00e9c08609
commit
42529cbced
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ def setup():
|
||||||
if db_name == ":memory:":
|
if db_name == ":memory:":
|
||||||
# Memory databases will need to be setup each time they are opened.
|
# Memory databases will need to be setup each time they are opened.
|
||||||
reactor.callWhenRunning(
|
reactor.callWhenRunning(
|
||||||
hs.get_db_pool().runWithConnection, prepare_database
|
db_pool.runWithConnection, prepare_database
|
||||||
)
|
)
|
||||||
|
|
||||||
if config.manhole:
|
if config.manhole:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue