removed timeout from ssh, unexpected keyword
This commit is contained in:
parent
9a9a74f19f
commit
0a4541682d
1 changed files with 0 additions and 1 deletions
|
|
@ -41,7 +41,6 @@ class WakeOnLan(commands.Cog):
|
|||
self.stable_diffusion_ip,
|
||||
username=self.stable_diffusion_login,
|
||||
password=self.stable_diffusion_password,
|
||||
timeout=10,
|
||||
) as ssh_client:
|
||||
try:
|
||||
result = await ssh_client.run("shutdown /s")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue