From: Oleg Broytman Date: Tue, 21 Jul 2015 20:19:12 +0000 (+0300) Subject: Prevent debugging output from SQLObject X-Git-Tag: v5.0.0~20 X-Git-Url: https://git.phdru.name/?p=xsetbg.git;a=commitdiff_plain;h=bde51e3fd8d7b7948dacb6342e591228f1abcec9 Prevent debugging output from SQLObject --- diff --git a/xsetbg_db.py b/xsetbg_db.py index 7862007..77dc702 100755 --- a/xsetbg_db.py +++ b/xsetbg_db.py @@ -49,7 +49,7 @@ if not xsetbg_db_path: if xsetbg_db_path: sqlhub.processConnection = \ - connectionForURI('sqlite:///%s?debug=1&debugOutput=1' % xsetbg_db_path) + connectionForURI('sqlite:///%s' % xsetbg_db_path) try: XSetBg.select()[0] except IndexError: