This commit is contained in:
deathbybandaid 2020-12-15 15:26:18 -05:00
parent 58ccf4a4eb
commit cceae1b773

View File

@ -22,7 +22,7 @@ class OriginChannels():
station_by_state_opn = self.fhdhr.web.session.get(self.base_station_url) station_by_state_opn = self.fhdhr.web.session.get(self.base_station_url)
states_list = station_by_state_opn.json() states_list = station_by_state_opn.json()
print(states_list.keys()) print(states_list['page'].keys())
return [] return []