bug: fix BOSMiner default password.

This commit is contained in:
UpstreamData
2023-03-27 08:42:41 -06:00
parent 2960295385
commit ee1502c6a0

View File

@@ -40,7 +40,7 @@ class BOSMiner(BaseMiner):
self.api_type = "BOSMiner"
self.api_ver = api_ver
self.uname = "root"
self.pwd = "admin"
self.pwd = "root"
self.config = None
async def send_ssh_command(self, cmd: str) -> Optional[str]: