diff --git a/fHDHR/device/epg/__init__.py b/fHDHR/device/epg/__init__.py index 54a97a7..7692199 100644 --- a/fHDHR/device/epg/__init__.py +++ b/fHDHR/device/epg/__init__.py @@ -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