added favicon
This commit is contained in:
parent
73ae756e5c
commit
337eff56aa
2 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
|
@ -17,7 +17,7 @@ from starlette.concurrency import run_in_threadpool
|
||||||
|
|
||||||
# ------------------------------------------------------------------
|
# ------------------------------------------------------------------
|
||||||
app = FastAPI()
|
app = FastAPI()
|
||||||
|
# test
|
||||||
# In-memory store of the last packet per character
|
# In-memory store of the last packet per character
|
||||||
live_snapshots: Dict[str, dict] = {}
|
live_snapshots: Dict[str, dict] = {}
|
||||||
|
|
||||||
|
|
|
||||||
BIN
static/favicon.ico
Normal file
BIN
static/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.8 KiB |
Loading…
Add table
Add a link
Reference in a new issue