1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-11-17 23:05:11 -05:00

Possible fix for kodi notify

This commit is contained in:
Fernando 2015-02-20 14:56:33 -02:00
parent 62f45524eb
commit 8b69b2cc10

View File

@ -397,7 +397,7 @@ class KODINotifier:
logger.log(u"KODI JSON response: " + str(result), logger.DEBUG)
return result # need to return response for parsing
except ValueError, e:
logger.log(u"Unable to decode JSON: " + response, logger.WARNING)
logger.log(u"Unable to decode JSON: " + str(response), logger.WARNING)
return False
except IOError, e: