summaryrefslogtreecommitdiff
path: root/service/pixelated/support/ext_sqlcipher.py
diff options
context:
space:
mode:
Diffstat (limited to 'service/pixelated/support/ext_sqlcipher.py')
-rw-r--r--service/pixelated/support/ext_sqlcipher.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/pixelated/support/ext_sqlcipher.py b/service/pixelated/support/ext_sqlcipher.py
index 41e323a7..bd01e610 100644
--- a/service/pixelated/support/ext_sqlcipher.py
+++ b/service/pixelated/support/ext_sqlcipher.py
@@ -21,4 +21,4 @@ from sys import platform as _platform
# WAL is breaking for the debian sqlcipher package so we need to disable it
# refer to https://leap.se/code/issues/5562
if _platform == 'linux2':
- leap.soledad.client.sqlcipher.SQLCipherDatabase._pragma_write_ahead_logging = lambda x, y: None \ No newline at end of file
+ leap.soledad.client.sqlcipher.SQLCipherDatabase._pragma_write_ahead_logging = lambda x, y: None