test
This commit is contained in:
parent
8b2e6bcffb
commit
2e773d412c
@ -47,7 +47,7 @@
|
|||||||
"config_web": true
|
"config_web": true
|
||||||
},
|
},
|
||||||
"filter_language":{
|
"filter_language":{
|
||||||
"value": "English",
|
"value": "",
|
||||||
"config_file": true,
|
"config_file": true,
|
||||||
"config_web": true
|
"config_web": true
|
||||||
},
|
},
|
||||||
|
|||||||
@ -16,7 +16,7 @@ class OriginEPG():
|
|||||||
if str(chan_obj.dict["number"]) not in list(programguide.keys()):
|
if str(chan_obj.dict["number"]) not in list(programguide.keys()):
|
||||||
programguide[str(chan_obj.dict["number"])] = chan_obj.epgdict
|
programguide[str(chan_obj.dict["number"])] = chan_obj.epgdict
|
||||||
|
|
||||||
# if filtered_chan_dict["tvg"]["url"]:
|
if filtered_chan_dict["tvg"]["url"]:
|
||||||
print(filtered_chan_dict["tvg"]["url"])
|
print(filtered_chan_dict["tvg"]["url"])
|
||||||
|
|
||||||
return programguide
|
return programguide
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user