This commit is contained in:
deathbybandaid 2020-11-28 12:43:39 -05:00
parent 248dc58588
commit cde29a30b7

View File

@ -29,7 +29,9 @@ class blocksEPG():
}
timestamps.append(timestampdict)
for c in self.channels.get_channels():
for fhdhr_id in list(self.channels.list.keys()):
c = self.channels.list[fhdhr_id].dict
if str(c["number"]) not in list(programguide.keys()):
programguide[str(c["number"])] = {
"callsign": c["callsign"],