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

Naming conflict in update

pull/26/head
Louis Vézina 8 years ago
parent 26b4eb3bb4
commit 2e6a07f841

@ -299,7 +299,7 @@ def save_settings():
redirect(ref)
@route(base_url + 'check_update')
def check_update():
def manual_update():
ref = request.environ['HTTP_REFERER']
root.warning(check_and_apply_update())

Loading…
Cancel
Save