mirror of
https://github.com/morpheus65535/bazarr
synced 2025-03-03 18:15:50 +00:00
Fixed small deprecation with logging.warn
This commit is contained in:
parent
2a2e0d8c2e
commit
cab52af42e
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ def check_and_apply_update():
|
|||
if releases is None:
|
||||
notifications.write(msg='Could not get releases from GitHub.',
|
||||
queue='check_update', type='warning')
|
||||
logging.warn('BAZARR Could not get releases from GitHub.')
|
||||
logging.warning('BAZARR Could not get releases from GitHub.')
|
||||
return
|
||||
else:
|
||||
release = releases[0]
|
||||
|
|
Loading…
Reference in a new issue