added the scan page to scan for miners on a subnet

This commit is contained in:
UpstreamData
2022-02-25 15:58:01 -07:00
parent 92a65c8977
commit e37e9e2251
5 changed files with 147 additions and 12 deletions

View File

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