This commit is contained in:
deathbybandaid 2020-12-15 15:37:12 -05:00
parent de00663b9f
commit c7788fea89

View File

@ -29,7 +29,7 @@ class OriginChannels():
state_url_req = self.fhdhr.web.session.get(self.base_station_url)
state_url_json = state_url_req.json()
print(state_url_json["rss"]["channel"].keys())
print(state_url_json.keys())
return []