Remove unnecessary query_string argument.
This commit is contained in:
parent
68919fae24
commit
b134a8783b
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue