test
This commit is contained in:
parent
8230801cc9
commit
c37f94add6
@ -10,6 +10,12 @@ class OriginChannels():
|
||||
|
||||
print(self.origin.channels_json_url)
|
||||
|
||||
urlopn = self.fhdhr.web.session.get(self.origin.channels_json_url)
|
||||
unfiltered_chan_json = urlopn.json()
|
||||
|
||||
print(unfiltered_chan_json[0])
|
||||
print(len(unfiltered_chan_json))
|
||||
|
||||
return
|
||||
|
||||
channel_list = []
|
||||
|
||||
Loading…
Reference in New Issue
Block a user