This commit is contained in:
deathbybandaid 2020-12-09 12:21:30 -05:00
parent 69d02138cd
commit ae069474d6

View File

@ -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]