Fix bug in URL unparser
This commit is contained in:
parent
bc52fc76df
commit
04632690cb
@ -16,7 +16,8 @@ def unparseUrl(parsedUrl):
|
||||
if first == False:
|
||||
url += "&"
|
||||
else:
|
||||
first = True
|
||||
url += "?"
|
||||
first = False
|
||||
|
||||
url += parameter[0]
|
||||
if parameter[1] != None:
|
||||
|
Loading…
Reference in New Issue
Block a user