Remove unnecessary query_string argument.

This commit is contained in:
voussoir 2021-03-24 20:09:23 -07:00
parent 68919fae24
commit b134a8783b
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB

View file

@ -71,7 +71,6 @@ def get_channel(channel_id=None, state=None):
channel=channel, channel=channel,
state=state, state=state,
orderby=orderby, orderby=orderby,
query_string='?' + request.query_string.decode('utf-8'),
videos=videos, videos=videos,
) )