Naming conflict in update

This commit is contained in:
Louis Vézina 2017-11-09 16:33:45 -05:00
parent 26b4eb3bb4
commit 2e6a07f841
1 changed files with 1 additions and 1 deletions

View File

@ -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())