Change missing image to warning

This commit is contained in:
JonnyWong16 2016-10-19 18:55:00 -07:00 committed by JonnyWong16
parent f63b5514f3
commit 7da1edfcc5

View file

@ -3451,7 +3451,7 @@ class WebInterface(object):
``` ```
""" """
if not img and not rating_key: if not img and not rating_key:
logger.error('No image input received.') logger.warn('No image input received.')
return return
if rating_key and not img: if rating_key and not img: