1
0
This commit is contained in:
2025-10-18 17:16:03 -04:00
parent 81ba086b39
commit 2154c29515

View File

@@ -464,7 +464,7 @@ for vm in config.vms.keys():
try: try:
await connect(vm_name) await connect(vm_name)
except websockets.exceptions.ConnectionClosedError as e: except websockets.exceptions.ConnectionClosedError as e:
log.warning( log.error(
f"Connection to VM '{vm_name}' closed with error: {e}. Reconnecting..." f"Connection to VM '{vm_name}' closed with error: {e}. Reconnecting..."
) )
await asyncio.sleep(5) # Wait before attempting to reconnect await asyncio.sleep(5) # Wait before attempting to reconnect