This commit is contained in:
Louis Vézina 2017-10-21 20:10:43 -04:00
parent be3d5a9d4a
commit 14d1e7b345

View file

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