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
|
||||
isabs=False
|
||||
isdir=True
|
||||
goto = f"/{goto}" if goto[0] != / else goto
|
||||
goto = f"/{goto}" if goto[0] != "/" else goto
|
||||
if isquery:
|
||||
tempurl = url
|
||||
qury = goto[1:]
|
||||
|
|
Loading…
Add table
Reference in a new issue