diff --git a/src/common/optparser.py b/src/common/optparser.py index 596e99d0b..570e68f73 100644 --- a/src/common/optparser.py +++ b/src/common/optparser.py @@ -344,6 +344,6 @@ class OptionsParser: show)) cur.execute('update logs set show = NULL where show not in (0, 1, 2, 3, 4, 5);') con.commit() - cur.close() + cur.close() # remove this in 2007 [pysqlite old versions need this] con.close() gajim.config.set('version', '0.10.1.5')