From 7eace69b054bdc4037a8ec12fd0ce1d451f83d6b Mon Sep 17 00:00:00 2001 From: Pal Kerecsenyi Date: Sat, 20 Apr 2024 14:24:58 +0100 Subject: [PATCH] Add bullet --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index dbc3768..fa162b1 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("/")