This commit is contained in:
deathbybandaid 2020-12-15 15:27:31 -05:00
parent 301dcbf030
commit 67c88b2a37

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['page']) print(states_list['page'][0])
return [] return []