tewst
This commit is contained in:
parent
dc4bec7f61
commit
17ebafb53c
@ -31,7 +31,8 @@ class Plugin_OBJ():
|
||||
chan_req = self.plugin_utils.web.session.get(channels_url, headers=url_headers, data=payload)
|
||||
entries = chan_req.json()
|
||||
print(entries)
|
||||
return
|
||||
channel_list = []
|
||||
return channel_list
|
||||
|
||||
"""
|
||||
response = requests.request("GET", url, headers=headers, data = payload).content
|
||||
|
||||
Loading…
Reference in New Issue
Block a user