This commit is contained in:
deathbybandaid 2020-12-15 15:26:47 -05:00
parent cceae1b773
commit 301dcbf030

View File

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