Fix logging of update

This commit is contained in:
Louis Vézina 2017-11-09 16:21:05 -05:00
parent 5943f3d328
commit 52ec5fed8a
1 changed files with 1 additions and 2 deletions

View File

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