mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-05 07:26:52 +00:00
fix synapse_port script
This commit is contained in:
parent
dfeca6cf40
commit
776a070421
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ class Store(object):
|
|||
try:
|
||||
txn = conn.cursor()
|
||||
return func(
|
||||
LoggingTransaction(txn, desc, self.database_engine, []),
|
||||
LoggingTransaction(txn, desc, self.database_engine, [], []),
|
||||
*args, **kwargs
|
||||
)
|
||||
except self.database_engine.module.DatabaseError as e:
|
||||
|
|
Loading…
Add table
Reference in a new issue