fixed a bug with some versions of whatsminer and improved logging

This commit is contained in:
UpstreamData
2022-06-03 09:35:55 -06:00
parent c7d73276c8
commit 7a5a0b287c
7 changed files with 49 additions and 19 deletions

View File

@@ -13,6 +13,10 @@ if (
def main():
from logger import init_logger
init_logger()
asyncio.run(ui())