Skip to content
Snippets Groups Projects
Commit 307abbc3 authored by nkour's avatar nkour
Browse files

put a comment

parent f4fc42be
No related branches found
No related tags found
No related merge requests found
......@@ -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')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment