feature: add S19i.

This commit is contained in:
UpstreamData
2023-09-19 13:56:40 -06:00
parent 4d21f150ce
commit 9f6235a0fc
7 changed files with 27 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ from pyasic.errors import APIWarning
class BaseWebAPI(ABC):
def __init__(self, ip: str) -> None:
# ip address of the miner
self.ip = ip # ipaddress.ip_address(ip)
self.ip = ip # ipaddress.ip_address(ip)
self.username = "root"
self.pwd = "root"