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("/")