1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00

Merge pull request #1149 from dsoms/patch-1

Update kodi.py
This commit is contained in:
echel0n 2014-12-21 16:39:03 -08:00
commit afd2db5dd3

View File

@ -271,7 +271,7 @@ class KODINotifier:
logger.log(u'No KODI host passed, aborting update', logger.DEBUG)
return False
logger.log(u"Updating XMBC library via HTTP method for host: " + host, logger.DEBUG)
logger.log(u"Updating KODI library via HTTP method for host: " + host, logger.DEBUG)
# if we're doing per-show
if showName:
@ -424,7 +424,7 @@ class KODINotifier:
logger.log(u'No KODI host passed, aborting update', logger.DEBUG)
return False
logger.log(u"Updating XMBC library via JSON method for host: " + host, logger.INFO)
logger.log(u"Updating KODI library via JSON method for host: " + host, logger.INFO)
# if we're doing per-show
if showName: