From 2589ad39ae0a3cbd12bae3c59545de88619588e7 Mon Sep 17 00:00:00 2001 From: Pal Kerecsenyi Date: Sat, 20 Apr 2024 14:19:45 +0100 Subject: [PATCH] Add a bullet --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index de8754b..dbc3768 100644 --- a/main.py +++ b/main.py @@ -7,7 +7,7 @@ from sanic.request import File, Request upload_folder = tempfile.gettempdir() app = Sanic("PlumberServer") -bullets = ["▶"] +bullets = ["▶", "•"] @app.get("/")