fixed formatting issues

This commit is contained in:
UpstreamData
2022-05-26 13:23:32 -06:00
parent 942f2a1c8d
commit c35b30e949
78 changed files with 177 additions and 173 deletions

View File

@@ -1,7 +1,7 @@
from fastapi import WebSocket
import logging
from miners.miner_factory import MinerFactory
from fastapi import WebSocket
from tools.web_testbench._network import miner_network
@@ -39,5 +39,5 @@ class ConnectionManager:
for connection in ConnectionManager._connections:
try:
await connection.send_json(data)
except Exception as e:
except Exception:
self.disconnect(connection)