We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 038dd29 commit ff10810Copy full SHA for ff10810
1 file changed
nanokvm/ssh_client.py
@@ -53,7 +53,7 @@ async def authenticate(self, password: str) -> None:
53
username=self.username,
54
password=password,
55
timeout=10,
56
- )
+ ),
57
)
58
except paramiko.AuthenticationException as e:
59
raise NanoKVMSSHAuthenticationError(
0 commit comments