From 17ebafb53c7a696b3c3ecad5823b81766b00c91c Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Fri, 28 Jan 2022 07:33:33 -0500 Subject: [PATCH] tewst --- origin/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/origin/__init__.py b/origin/__init__.py index 22bd5fb..128b4b7 100644 --- a/origin/__init__.py +++ b/origin/__init__.py @@ -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