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

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