mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-19 21:27:43 +08:00
Fix logging of update
This commit is contained in:
parent
5943f3d328
commit
52ec5fed8a
1 changed files with 1 additions and 2 deletions
|
@ -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…
Reference in a new issue