This commit is contained in:
deathbybandaid 2020-12-06 12:05:30 -05:00
parent 72d018843b
commit 4668e551df

View File

@ -8,7 +8,7 @@ class OriginEPG():
def update_epg(self, fhdhr_channels):
programguide = {}
for fhdhr_id in list(self.channels.list.keys()):
for fhdhr_id in list(fhdhr_channels.list.keys()):
c = fhdhr_channels.list[fhdhr_id].dict
if str(c["number"]) not in list(programguide.keys()):