From 78d132bd7c7c77254a73ac939970f34799b916b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Sat, 21 Oct 2017 20:18:27 -0400 Subject: [PATCH] Revert "Test" This reverts commit 14d1e7b345dd086e9141121e2ae2ace05d70f1a9. --- init_db.py | 1 - 1 file changed, 1 deletion(-) diff --git a/init_db.py b/init_db.py index eac25baf7..7e8ad28a9 100644 --- a/init_db.py +++ b/init_db.py @@ -10,7 +10,6 @@ else: script = fd.read() # Open database connection - print os.path.join(os.path.dirname(__file__), 'data/db/bazarr.db') db = sqlite3.connect(os.path.join(os.path.dirname(__file__), 'data/db/bazarr.db')) c = db.cursor()