This commit is contained in:
deathbybandaid 2022-01-28 07:33:59 -05:00
parent 17ebafb53c
commit 3073517469

View File

@ -29,7 +29,7 @@ class Plugin_OBJ():
'accept-language': 'en-US,en;q=0.9' 'accept-language': 'en-US,en;q=0.9'
} }
chan_req = self.plugin_utils.web.session.get(channels_url, headers=url_headers, data=payload) chan_req = self.plugin_utils.web.session.get(channels_url, headers=url_headers, data=payload)
entries = chan_req.json() entries = chan_req.content.json()
print(entries) print(entries)
channel_list = [] channel_list = []
return channel_list return channel_list