test
This commit is contained in:
parent
cc0f92648a
commit
b132045ae4
@ -33,8 +33,8 @@ class OriginEPG():
|
|||||||
|
|
||||||
self.remove_stale_cache(todaydate)
|
self.remove_stale_cache(todaydate)
|
||||||
|
|
||||||
for fhdhr_id in list(self.channels.list.keys()):
|
for fhdhr_id in list(fhdhr_channels.list.keys()):
|
||||||
c = self.channels.list[fhdhr_id].dict
|
c = fhdhr_channels.list[fhdhr_id].dict
|
||||||
|
|
||||||
if str(c["number"]) not in list(programguide.keys()):
|
if str(c["number"]) not in list(programguide.keys()):
|
||||||
programguide[str(c["number"])] = {
|
programguide[str(c["number"])] = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user