added get_model to X19s

This commit is contained in:
UpstreamData
2022-01-07 10:25:29 -07:00
parent 4e8ff9ea74
commit 770b17c86b
5 changed files with 32 additions and 256 deletions

View File

@@ -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)}"