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