mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-06 14:58:03 +08:00
Naming conflict in update
This commit is contained in:
parent
26b4eb3bb4
commit
2e6a07f841
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ def save_settings():
|
||||||
redirect(ref)
|
redirect(ref)
|
||||||
|
|
||||||
@route(base_url + 'check_update')
|
@route(base_url + 'check_update')
|
||||||
def check_update():
|
def manual_update():
|
||||||
ref = request.environ['HTTP_REFERER']
|
ref = request.environ['HTTP_REFERER']
|
||||||
|
|
||||||
root.warning(check_and_apply_update())
|
root.warning(check_and_apply_update())
|
||||||
|
|
Loading…
Reference in a new issue