mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-01-04 12:20:50 -05:00
Fix typo
This commit is contained in:
parent
b5a419e488
commit
127373fdcc
@ -135,7 +135,7 @@ class InvalidLimit(Exception):
|
||||
class SqliteQStore(SqliteStore):
|
||||
def _create_database(self):
|
||||
return SqliteQueueDatabase(
|
||||
self.database_path, pragmas=(("foregign_keys", 1), ("secure_delete", 1))
|
||||
self.database_path, pragmas=(("foreign_keys", 1), ("secure_delete", 1))
|
||||
)
|
||||
|
||||
def close(self):
|
||||
|
Loading…
Reference in New Issue
Block a user