aboutsummaryrefslogtreecommitdiffstats
path: root/python/db.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/db.py')
-rw-r--r--python/db.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/db.py b/python/db.py
index 96b8ca61..ec72b053 100644
--- a/python/db.py
+++ b/python/db.py
@@ -57,7 +57,6 @@ def with_connection(dbname):
return with_connection_
return decorator
-@with_connection('etdb')
def query_db(conn, sqlstr, params=None, one=True):
with conn.cursor() as c:
if params: