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

Delete forgotten print

pull/249/head
Halali 7 years ago
parent 3891ccdaf5
commit 7bb2b5db60

@ -152,7 +152,6 @@ def update_settings(debug):
level = "INFO"
else:
level = "DEBUG"
print debug, level
logger.setLevel(level)
for handler in logger.handlers:
handler.setLevel(level)

Loading…
Cancel
Save