test
This commit is contained in:
parent
1e909212fc
commit
e2b068410c
@ -39,6 +39,10 @@ class Plugin_OBJ():
|
||||
data = chan_req.json()
|
||||
print(data)
|
||||
|
||||
response = requests.request("GET", channels_url, headers=url_headers, data=payload).content
|
||||
data = json.loads(response)
|
||||
print(data)
|
||||
|
||||
return channel_list
|
||||
|
||||
response = requests.request("GET", channels_url, headers=url_headers, data=payload).content
|
||||
|
||||
Loading…
Reference in New Issue
Block a user