diff --git a/bazarr.py b/bazarr.py index b433a1bb6..e5dccda5f 100644 --- a/bazarr.py +++ b/bazarr.py @@ -302,8 +302,7 @@ def save_settings(): def check_update(): ref = request.environ['HTTP_REFERER'] - logging.info('test') - check_and_apply_update() + root.info(check_and_apply_update()) redirect(ref)