Auto-fix code style [skip ci]

This commit is contained in:
gitea-actions[bot]
2026-04-17 08:44:45 +00:00
parent 44614e3ef5
commit f17bcc13b8

1
app.py
View File

@@ -74,6 +74,7 @@ def home():
return render_template_string(HTML, tekst=tekst, gespiegeld=gespiegeld)
@app.get("/health")
def health():
return {"status": "ok"}, 200