Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/logger.py')
-rw-r--r--src/common/logger.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/logger.py b/src/common/logger.py
index c7f79b396..d4bb61f84 100644
--- a/src/common/logger.py
+++ b/src/common/logger.py
@@ -708,7 +708,7 @@ class Logger:
# the data field contains binary object (gzipped data), this is a hack
# to get that data without trying to convert it to unicode
try:
- self.cur.execute('SELECT hash_method, hash, data FROM caps_cache;');
+ self.cur.execute('SELECT hash_method, hash, data FROM caps_cache;')
except sqlite.OperationalError:
# might happen when there's no caps_cache table yet
# -- there's no data to read anyway then