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()