From b79f74b5c1e2df0084c1120bdea26f619e20d62a Mon Sep 17 00:00:00 2001 From: dave Date: Sat, 30 Aug 2014 18:04:25 -0400 Subject: [PATCH] Remove commit line --- libs/database.py | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/database.py b/libs/database.py index ea2f04f..86fe767 100644 --- a/libs/database.py +++ b/libs/database.py @@ -20,7 +20,6 @@ class database: for query in queries: print("Executing: %s" % query) cursor.execute(query) - cursor.commit() db.close() def openDB(self):