diff --git a/fHDHR/device/epg/__init__.py b/fHDHR/device/epg/__init__.py index a9a87e7..0ad4575 100644 --- a/fHDHR/device/epg/__init__.py +++ b/fHDHR/device/epg/__init__.py @@ -308,6 +308,6 @@ class EPG(): pass except self.fhdhr.web.exceptions.ConnectionError as e: self.fhdhr.logger.error("Error updating %s EPG cache: %s" % (epg_method, e)) - time.sleep(360) + time.sleep(1800) except KeyboardInterrupt: pass