refactored some code in board util

This commit is contained in:
UpstreamData
2022-04-21 09:43:05 -06:00
parent f9f26a5587
commit 0724a376ea
2 changed files with 75 additions and 13 deletions

View File

@@ -140,7 +140,7 @@ async def miner_websocket(websocket: WebSocket, miner_ip):
fan_speeds.append(0)
if len(miner_temp_list) == 0:
miner_temps_list = [0]
miner_temp_list = [0]
data = {
"hashrate": hashrate,