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

Fixed small deprecation with logging.warn

pull/922/head
Louis Vézina 5 years ago
parent 2a2e0d8c2e
commit cab52af42e

@ -60,7 +60,7 @@ def check_and_apply_update():
if releases is None:
notifications.write(msg='Could not get releases from GitHub.',
queue='check_update', type='warning')
logging.warn('BAZARR Could not get releases from GitHub.')
logging.warning('BAZARR Could not get releases from GitHub.')
return
else:
release = releases[0]

Loading…
Cancel
Save