mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-07 06:53:40 +00:00
parent
14d1e7b345
commit
78d132bd7c
1 changed files with 0 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue