Update server.py
This commit is contained in:
parent
ac9c73024d
commit
397df4d401
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ def relay():
|
|||
code += f"<ul><li>{temp}</li></ul>\n"
|
||||
elif i[0:2] == "=>":
|
||||
temp = " ".join(i[2:].replace(" ", " ").split(" "))
|
||||
print(temp)
|
||||
goto = temp.split(" ")[0]
|
||||
prse = urlparse(goto)
|
||||
extra = ""
|
||||
|
|
Loading…
Add table
Reference in a new issue