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