mirror of https://github.com/morpheus65535/bazarr
Test
This commit is contained in:
parent
be3d5a9d4a
commit
14d1e7b345
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue