test
This commit is contained in:
parent
69d02138cd
commit
ae069474d6
@ -1,4 +1,3 @@
|
|||||||
import datetime
|
|
||||||
|
|
||||||
|
|
||||||
class OriginEPG():
|
class OriginEPG():
|
||||||
@ -9,9 +8,6 @@ class OriginEPG():
|
|||||||
def update_epg(self, fhdhr_channels):
|
def update_epg(self, fhdhr_channels):
|
||||||
programguide = {}
|
programguide = {}
|
||||||
|
|
||||||
todaydate = datetime.datetime.utcnow().date()
|
|
||||||
self.remove_stale_cache(todaydate)
|
|
||||||
|
|
||||||
for fhdhr_id in list(fhdhr_channels.list.keys()):
|
for fhdhr_id in list(fhdhr_channels.list.keys()):
|
||||||
chan_obj = fhdhr_channels.list[fhdhr_id]
|
chan_obj = fhdhr_channels.list[fhdhr_id]
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user