From 14d1e7b345dd086e9141121e2ae2ace05d70f1a9 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:10:43 -0400 Subject: [PATCH] Test --- init_db.py | 1 + 1 file changed, 1 insertion(+) diff --git a/init_db.py b/init_db.py index 7e8ad28a9..eac25baf7 100644 --- a/init_db.py +++ b/init_db.py @@ -10,6 +10,7 @@ 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()