diff --git a/main.py b/main.py index 05b5c562..f5942551 100644 --- a/main.py +++ b/main.py @@ -17,7 +17,7 @@ from starlette.concurrency import run_in_threadpool # ------------------------------------------------------------------ app = FastAPI() - +# test # In-memory store of the last packet per character live_snapshots: Dict[str, dict] = {} diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 00000000..3be83f80 Binary files /dev/null and b/static/favicon.ico differ