test
This commit is contained in:
parent
3a36182fa6
commit
a942557a6d
@ -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")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user