This commit is contained in:
deathbybandaid 2020-12-05 14:08:14 -05:00
parent 3a36182fa6
commit a942557a6d

View File

@ -105,7 +105,7 @@ class OriginEPG():
except self.fhdhr.web.exceptions.HTTPError: except self.fhdhr.web.exceptions.HTTPError:
self.fhdhr.logger.info('Got an error! Ignoring it.') self.fhdhr.logger.info('Got an error! Ignoring it.')
return return
print(resp) print(resp.text)
result = resp result = resp
self.fhdhr.db.set_cacheitem_value(jsonid + "_" + str(cache_key), "offline_cache", result, "origin") self.fhdhr.db.set_cacheitem_value(jsonid + "_" + str(cache_key), "offline_cache", result, "origin")