mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-01-08 14:18:08 -05:00
syntax fix
This commit is contained in:
parent
5a7a8a0f5a
commit
e590cc9dbf
@ -40,7 +40,7 @@ class PanConfigParser(configparser.ConfigParser):
|
|||||||
"HistoryFetchDelay": "3000",
|
"HistoryFetchDelay": "3000",
|
||||||
"DebugEncryption": "False",
|
"DebugEncryption": "False",
|
||||||
"SyncOnStartup": "False",
|
"SyncOnStartup": "False",
|
||||||
"StopSyncingTimeout": "600"
|
"StopSyncingTimeout": "600",
|
||||||
"DropOldKeys": "False",
|
"DropOldKeys": "False",
|
||||||
},
|
},
|
||||||
converters={
|
converters={
|
||||||
|
Loading…
Reference in New Issue
Block a user