mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 08:56:04 -04: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
Add a link
Reference in a new issue