From bde51e3fd8d7b7948dacb6342e591228f1abcec9 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 21 Jul 2015 23:19:12 +0300 Subject: [PATCH] Prevent debugging output from SQLObject --- xsetbg_db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.2