test
This commit is contained in:
parent
14fcd6488d
commit
0741dd84f9
@ -39,6 +39,7 @@ class Plugin_OBJ():
|
|||||||
channel_list = []
|
channel_list = []
|
||||||
response = requests.request("GET", channels_url, headers=url_headers, data=payload).content
|
response = requests.request("GET", channels_url, headers=url_headers, data=payload).content
|
||||||
data = json.loads(response)
|
data = json.loads(response)
|
||||||
|
print(data)
|
||||||
topics = data['topics']
|
topics = data['topics']
|
||||||
for t in topics:
|
for t in topics:
|
||||||
title = t['title']
|
title = t['title']
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user