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