Update get_data to us get_some_data sub functions. (#27)
This commit is contained in:
@@ -17,6 +17,4 @@ from pyasic.miners._types import S9i # noqa - Ignore access to _module
|
||||
|
||||
|
||||
class BMMinerS9i(BMMiner, S9i):
|
||||
def __init__(self, ip: str, api_ver: str = "1.0.0") -> None:
|
||||
super().__init__(ip, api_ver=api_ver)
|
||||
self.ip = ip
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user