Update server.py
This commit is contained in:
parent
9113c86d78
commit
3907c686d4
1 changed files with 1 additions and 2 deletions
|
@ -81,8 +81,7 @@ def relay():
|
|||
temp = i[2:]
|
||||
code += f"<ul><li>{temp}</li></ul>"
|
||||
else:
|
||||
code += f"<p>{code}</p>\n"
|
||||
print(code)
|
||||
code += f"<p>{i}</p>\n"
|
||||
print([i])
|
||||
if title == "Something went wrong...":
|
||||
title = "gemini://" + url
|
||||
|
|
Loading…
Add table
Reference in a new issue