mirror of
https://github.com/fHDHR/fHDHR_NextPVR.git
synced 2025-12-06 15:16:58 -05:00
Patch EPG timeout Error
This commit is contained in:
parent
c7c5efdc4e
commit
75a8492dbe
@ -301,7 +301,7 @@ class EPG():
|
|||||||
elif time.time() >= (last_update_time + self.sleeptime[epg_method]):
|
elif time.time() >= (last_update_time + self.sleeptime[epg_method]):
|
||||||
updatetheepg = True
|
updatetheepg = True
|
||||||
if updatetheepg:
|
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)
|
time.sleep(1800)
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
pass
|
pass
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user