fixed more bugs with whatsminers and added more versions

This commit is contained in:
UpstreamData
2022-06-03 11:20:34 -06:00
parent 7a5a0b287c
commit 895a5b7ac8
13 changed files with 50 additions and 16 deletions

View File

@@ -41,7 +41,7 @@ class BTMiner(BaseMiner):
self.hostname = host
return self.hostname
except APIError:
logging.warning(f"Failed to get hostname for miner: {self}")
logging.info(f"Failed to get hostname for miner: {self}")
return "?"
except Exception:
logging.warning(f"Failed to get hostname for miner: {self}")