Skip to content

Commit

Permalink
bug: fix MRO for hiveon
Browse files Browse the repository at this point in the history
  • Loading branch information
UpstreamData committed Dec 2, 2024
1 parent a1975bc commit 5e06416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyasic/miners/backends/hiveon.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
)


class Hiveon(BMMiner, HiveonFirmware):
class Hiveon(HiveonFirmware, BMMiner):
data_locations = HIVEON_DATA_LOC

async def _get_wattage(self, rpc_stats: dict = None) -> Optional[int]:
Expand Down

0 comments on commit 5e06416

Please sign in to comment.