removed timeout from ssh, unexpected keyword

This commit is contained in:
phixxy 2024-04-17 11:57:40 -07:00
parent 9a9a74f19f
commit 0a4541682d

View file

@ -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")