test
This commit is contained in:
parent
0404e17474
commit
584b1f327f
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user