This commit is contained in:
deathbybandaid 2020-12-16 08:22:43 -05:00
parent 0404e17474
commit 584b1f327f

View File

@ -308,6 +308,6 @@ class EPG():
pass pass
except self.fhdhr.web.exceptions.ConnectionError as e: except self.fhdhr.web.exceptions.ConnectionError as e:
self.fhdhr.logger.error("Error updating %s EPG cache: %s" % (epg_method, e)) self.fhdhr.logger.error("Error updating %s EPG cache: %s" % (epg_method, e))
time.sleep(360) time.sleep(1800)
except KeyboardInterrupt: except KeyboardInterrupt:
pass pass