started adding HTML files for the web monitor program

This commit is contained in:
UpstreamData
2022-02-24 08:57:23 -07:00
parent 4a10efd7a4
commit d330e2e978
6 changed files with 199 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
from tools.web_monitor.app import sio
@sio.event
async def connect(sid, _environ) -> None:
"""Event for connection"""
await sio.emit('init', "hello")