Update server.py
This commit is contained in:
parent
af78c79e9d
commit
d8af49a62b
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ def relay():
|
||||||
isquery=False
|
isquery=False
|
||||||
isabs=False
|
isabs=False
|
||||||
isdir=True
|
isdir=True
|
||||||
goto = f"/{goto}" if goto[0] != / else goto
|
goto = f"/{goto}" if goto[0] != "/" else goto
|
||||||
if isquery:
|
if isquery:
|
||||||
tempurl = url
|
tempurl = url
|
||||||
qury = goto[1:]
|
qury = goto[1:]
|
||||||
|
|
Loading…
Add table
Reference in a new issue