Add bullet point §
All checks were successful
/ build (push) Successful in 38s

This commit is contained in:
Pal Kerecsenyi 2024-04-20 15:11:48 +01:00
parent 400842a378
commit 4acc80cbf2
Signed by: palk
GPG Key ID: 6891661E25394C2C

View File

@ -7,7 +7,7 @@ from sanic.request import File, Request
upload_folder = tempfile.gettempdir()
app = Sanic("PlumberServer")
bullets = ["", "", ""]
bullets = ["", "", "", "§"]
@app.get("/")