From b134a8783b9e5932b61b1a66d622a8a8c3bd5af8 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Wed, 24 Mar 2021 20:09:23 -0700 Subject: [PATCH] Remove unnecessary query_string argument. --- frontends/ycdl_flask/backend/endpoints/channel_endpoints.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frontends/ycdl_flask/backend/endpoints/channel_endpoints.py b/frontends/ycdl_flask/backend/endpoints/channel_endpoints.py index 4405241..89c12b4 100644 --- a/frontends/ycdl_flask/backend/endpoints/channel_endpoints.py +++ b/frontends/ycdl_flask/backend/endpoints/channel_endpoints.py @@ -71,7 +71,6 @@ def get_channel(channel_id=None, state=None): channel=channel, state=state, orderby=orderby, - query_string='?' + request.query_string.decode('utf-8'), videos=videos, )