Update server.py
This commit is contained in:
parent
b1b04439d5
commit
c8bdecc8e7
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ def relay():
|
||||||
isabs = goto[0] == "/" or goto[0:2] == "//"
|
isabs = goto[0] == "/" or goto[0:2] == "//"
|
||||||
isquery = goto[0] == "?"
|
isquery = goto[0] == "?"
|
||||||
dubleslash = goto[0:2] == "//"
|
dubleslash = goto[0:2] == "//"
|
||||||
if isquey:
|
if isquery:
|
||||||
tempurl = url
|
tempurl = url
|
||||||
qury = ""
|
qury = ""
|
||||||
elif isabs:
|
elif isabs:
|
||||||
|
|
Loading…
Add table
Reference in a new issue