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

This commit is contained in:
Pal Kerecsenyi 2024-04-20 14:19:45 +01:00
parent 27fef12349
commit 2589ad39ae
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("/")