From 4acc80cbf23c3067ff26668544c87e43a7178f36 Mon Sep 17 00:00:00 2001 From: Pal Kerecsenyi Date: Sat, 20 Apr 2024 15:11:48 +0100 Subject: [PATCH] =?UTF-8?q?Add=20bullet=20point=20=C2=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index fa162b1..3343f64 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("/")