Update server.py

This commit is contained in:
Nova Cat 2025-01-14 22:05:00 -08:00
parent b1b04439d5
commit c8bdecc8e7

View file

@ -202,7 +202,7 @@ def relay():
isabs = goto[0] == "/" or goto[0:2] == "//"
isquery = goto[0] == "?"
dubleslash = goto[0:2] == "//"
if isquey:
if isquery:
tempurl = url
qury = ""
elif isabs: