Fixed small deprecation with logging.warn

pull/922/head
Louis Vézina 4 years ago
parent 2a2e0d8c2e
commit cab52af42e

@ -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…
Cancel
Save