1
0
mirror of https://github.com/fHDHR/fHDHR_NextPVR.git synced 2025-12-06 13:06:59 -05:00

Patch EPG timeout Error

This commit is contained in:
deathbybadaid 2021-01-06 08:58:00 -05:00
parent c7c5efdc4e
commit 75a8492dbe

View File

@ -301,7 +301,7 @@ class EPG():
elif time.time() >= (last_update_time + self.sleeptime[epg_method]):
updatetheepg = True
if updatetheepg:
self.fhdhr.api.get("%s&source=%s" % (self.epg_update_url, epg_method), timeout=0.0000000001)
self.fhdhr.api.get("%s&source=%s" % (self.epg_update_url, epg_method))
time.sleep(1800)
except KeyboardInterrupt:
pass