bug: fix a bug with failing to get hashboards and hashrate breaking data.
This commit is contained in:
@@ -117,7 +117,7 @@ class MinerData:
|
||||
fw_ver: str = "Unknown"
|
||||
hostname: str = "Unknown"
|
||||
hashrate: float = field(init=False)
|
||||
_hashrate: float = field(init=False)
|
||||
_hashrate: float = 0
|
||||
nominal_hashrate: float = 0
|
||||
hashboards: List[HashBoard] = field(default_factory=list)
|
||||
ideal_hashboards: int = 1
|
||||
|
||||
Reference in New Issue
Block a user