Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/commit/78d132bd7c7c77254a73ac939970f34799b916b5 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Revert "Test"

This reverts commit 14d1e7b345.
pull/26/head
Louis Vézina 8 years ago
parent 14d1e7b345
commit 78d132bd7c

@ -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…
Cancel
Save