mirror of
https://github.com/morpheus65535/bazarr
synced 2025-03-17 09:15:28 +00:00
parent
14d1e7b345
commit
78d132bd7c
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ else:
|
||||||
script = fd.read()
|
script = fd.read()
|
||||||
|
|
||||||
# Open database connection
|
# 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'))
|
db = sqlite3.connect(os.path.join(os.path.dirname(__file__), 'data/db/bazarr.db'))
|
||||||
c = db.cursor()
|
c = db.cursor()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue