Remove unnecessary query_string argument.

master
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
1 changed files with 0 additions and 1 deletions

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,
) )