test
This commit is contained in:
parent
a0e4120ba6
commit
1dabf42b8d
@ -20,13 +20,13 @@ class OriginChannels():
|
|||||||
urlopn = self.fhdhr.web.session.get(url)
|
urlopn = self.fhdhr.web.session.get(url)
|
||||||
stirr_chan_list = urlopn.json()
|
stirr_chan_list = urlopn.json()
|
||||||
|
|
||||||
print(len(stirr_chan_list))
|
print(len(stirr_chan_list["channel"]))
|
||||||
|
|
||||||
url = self.base_api_url + "channels/stirr?station=national"
|
url = self.base_api_url + "channels/stirr?station=national"
|
||||||
urlopn = self.fhdhr.web.session.get(url)
|
urlopn = self.fhdhr.web.session.get(url)
|
||||||
stirr_chan_list = urlopn.json()
|
stirr_chan_list = urlopn.json()
|
||||||
|
|
||||||
print(len(stirr_chan_list))
|
print(len(stirr_chan_list["channel"]))
|
||||||
|
|
||||||
channel_list = []
|
channel_list = []
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user