test
This commit is contained in:
parent
e2b068410c
commit
eedc08d41d
@ -33,6 +33,7 @@ class Plugin_OBJ():
|
||||
'accept-language': 'en-US,en;q=0.9'
|
||||
}
|
||||
chan_req = self.plugin_utils.web.session.get(channels_url, headers=url_headers)
|
||||
print(chan_req.status_code)
|
||||
data = json.loads(chan_req.content)
|
||||
print(data)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user