This commit is contained in:
deathbybandaid 2020-12-15 15:38:39 -05:00
parent c7788fea89
commit 23fadaaacc

View File

@ -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 []