Fix patch

ugh sleep!!
This commit is contained in:
angelblue05 2018-12-14 04:31:26 -06:00
parent 3ea2ecc50d
commit 5839075424

View file

@ -175,7 +175,7 @@ class Service(xbmc.Monitor):
This pulls a dict that contains all the information for the build needed. This pulls a dict that contains all the information for the build needed.
''' '''
LOG.info("--[ check updates/%s ]", objects.version) LOG.info("--[ check updates/%s ]", objects.version)
kodi = "DEV" if settings('devMode') else xbmc.getInfoLabel('System.BuildVersion') kodi = "DEV" if settings('devMode.bool') else xbmc.getInfoLabel('System.BuildVersion')
try: try:
versions = requests.get('http://kodi.emby.media/Public%20testing/Dependencies/databases.json').json() versions = requests.get('http://kodi.emby.media/Public%20testing/Dependencies/databases.json').json()