refactor: remove and fix some hardcoded passwords.
This commit is contained in:
@@ -32,7 +32,7 @@ class BaseMinerRPCAPI:
|
||||
# ip address of the miner
|
||||
self.ip = ipaddress.ip_address(ip)
|
||||
|
||||
self.pwd = "admin"
|
||||
self.pwd = None
|
||||
|
||||
def __new__(cls, *args, **kwargs):
|
||||
if cls is BaseMinerRPCAPI:
|
||||
|
||||
Reference in New Issue
Block a user