test
This commit is contained in:
parent
57a56e5039
commit
3d925ed39d
@ -18,8 +18,6 @@ class OriginChannels():
|
||||
api_json = self.fhdhr.web.session.get(channel_json_url).json()
|
||||
|
||||
for channel_dict in api_json['channel']['item']:
|
||||
if "simulcast_only" in list(channel_dict["properties"].keys()):
|
||||
if channel_dict["properties"]["simulcast_only"] == "true":
|
||||
|
||||
clean_station_item = {
|
||||
"name": channel_dict["title"],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user