updated a bunch of miner chip counts, added S19a, and fixed a bug with whatsminer M30S++

This commit is contained in:
UpstreamData
2022-05-16 08:42:26 -06:00
parent 61334ed99e
commit 45befb569b
19 changed files with 46 additions and 13 deletions

View File

@@ -134,7 +134,6 @@ async def ui():
_table = "boards_table"
asyncio.create_task(btn_refresh(_table, value[_table]))
if event == "boards_report_file":
print(value["boards_report_file"])
if not value["boards_report_file"] == "":
asyncio.create_task(boards_report(value["boards_report_file"]))
window["boards_report_file"].update("")