bug: fix MRO for hiveon

This commit is contained in:
Upstream Data
2024-12-02 15:11:59 -07:00
parent a1975bc9b8
commit 5e0641634b

View File

@@ -62,7 +62,7 @@ HIVEON_DATA_LOC = DataLocations(
)
class Hiveon(BMMiner, HiveonFirmware):
class Hiveon(HiveonFirmware, BMMiner):
data_locations = HIVEON_DATA_LOC
async def _get_wattage(self, rpc_stats: dict = None) -> Optional[int]: