Update server.py

This commit is contained in:
Nova Cat 2025-01-12 22:45:31 -08:00
parent 17c266456c
commit cad796a5f4

View file

@ -85,6 +85,7 @@ def relay():
title = "gemini://" + url
except:
code += traceback.format_exc()
print(code)
return f'<!DOCTYPE html>\n<html><head><meta charset="UTF-8"><link rel="stylesheet" href="https://swee.codes/style.css"><title>{title}</title></head><body>{code}</body></html>'
# Run the Hypercorn ASGI server