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