test
This commit is contained in:
parent
26c053d3d8
commit
f3753cd8f8
@ -10,7 +10,7 @@ class OriginChannels():
|
||||
|
||||
def get_channels(self):
|
||||
|
||||
channels_json = self.fhdhr.web.session.get(self.base_api).content.json()
|
||||
channels_json = self.fhdhr.web.session.get(self.base_api).json()
|
||||
print(channels_json)
|
||||
|
||||
channel_list = []
|
||||
|
||||
Loading…
Reference in New Issue
Block a user