added get_model to X19s
This commit is contained in:
@@ -5,3 +5,5 @@ class BMMinerX17(BMMiner):
|
||||
def __init__(self, ip: str) -> None:
|
||||
super().__init__(ip)
|
||||
|
||||
def __repr__(self) -> str:
|
||||
return f"CGMinerX17: {str(self.ip)}"
|
||||
|
||||
Reference in New Issue
Block a user