1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-02-07 06:53:40 +00:00

Revert "Test"

This reverts commit 14d1e7b345.
This commit is contained in:
Louis Vézina 2017-10-21 20:18:27 -04:00
parent 14d1e7b345
commit 78d132bd7c

View file

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