test
This commit is contained in:
parent
c7788fea89
commit
23fadaaacc
@ -27,9 +27,9 @@ class OriginChannels():
|
|||||||
if state_uuid["pageComponentUuid"].startswith("nearyou-"):
|
if state_uuid["pageComponentUuid"].startswith("nearyou-"):
|
||||||
state_url = state_uuid["content"]
|
state_url = state_uuid["content"]
|
||||||
|
|
||||||
state_url_req = self.fhdhr.web.session.get(self.base_station_url)
|
state_url_req = self.fhdhr.web.session.get(state_url)
|
||||||
state_url_json = state_url_req.json()
|
state_url_json = state_url_req.json()
|
||||||
print(state_url_json.keys())
|
print(state_url_json["rss"]["channel"].keys())
|
||||||
|
|
||||||
return []
|
return []
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user