From 2e6a07f8415c2187fb0bf9de7ff59355a2020dde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Thu, 9 Nov 2017 16:33:45 -0500 Subject: [PATCH] Naming conflict in update --- bazarr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazarr.py b/bazarr.py index 49342b6b1..d7ff06423 100644 --- a/bazarr.py +++ b/bazarr.py @@ -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())