test
This commit is contained in:
parent
e1e096aeb5
commit
d9e9b0b536
@ -15,7 +15,6 @@ class OriginChannels():
|
|||||||
|
|
||||||
channels_json = self.fhdhr.web.session.get(self.base_api).json()["data"]["channels"]
|
channels_json = self.fhdhr.web.session.get(self.base_api).json()["data"]["channels"]
|
||||||
for channel_dict in channels_json:
|
for channel_dict in channels_json:
|
||||||
if not channel_dict["disabled"]:
|
|
||||||
|
|
||||||
clean_station_item = {
|
clean_station_item = {
|
||||||
"name": channel_dict["name"],
|
"name": channel_dict["name"],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user