Skip to content

Commit

Permalink
Add default value.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Ivancik committed Feb 7, 2020
1 parent e315389 commit 7b65b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion url_normalize/url_normalize.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def normalize_fragment(fragment):
return quote(unquote(fragment), "~")


def normalize_query(query, sort_query_params):
def normalize_query(query, sort_query_params=True):
"""Normalize query part of the url.
Params:
Expand Down

0 comments on commit 7b65b40

Please sign in to comment.