test
This commit is contained in:
parent
72d018843b
commit
4668e551df
@ -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()):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user