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