Update server.py
This commit is contained in:
parent
13900e6fe0
commit
63656bad87
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ def relay():
|
|||
gemtext = True
|
||||
code = ""
|
||||
for i in received.split("\n"):
|
||||
i = i.replace("<", "<").replace("<", ">")
|
||||
i = i.replace("<", "<")
|
||||
if firstline:
|
||||
if i.split(" ")[0][0] == "3":
|
||||
return redirect("/gem?gemini=" + i.split(" ")[1][9:])
|
||||
|
|
Loading…
Add table
Reference in a new issue