test
This commit is contained in:
parent
a5b25dd7e0
commit
c2e9775653
@ -15,7 +15,7 @@ class OriginChannels():
|
|||||||
|
|
||||||
channel_list = []
|
channel_list = []
|
||||||
channels_json = self.fhdhr.web.session.get(self.channel_json_url).json()
|
channels_json = self.fhdhr.web.session.get(self.channel_json_url).json()
|
||||||
for channel_dict in channels_json:
|
for channel_dict in channels_json["channels"]:
|
||||||
|
|
||||||
clean_station_item = {
|
clean_station_item = {
|
||||||
"name": channel_dict["title"],
|
"name": channel_dict["title"],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user