Fix logging of update

pull/26/head
Louis Vézina 7 years ago
parent 5943f3d328
commit 52ec5fed8a

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

Loading…
Cancel
Save