started adding HTML files for the web monitor program
This commit is contained in:
7
tools/web_monitor/index.py
Normal file
7
tools/web_monitor/index.py
Normal 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")
|
||||
Reference in New Issue
Block a user