1
0

fix scope

This commit is contained in:
2025-10-01 21:40:30 -04:00
parent b4c4bb51cf
commit 0ca85d37dc

View File

@@ -45,6 +45,8 @@ async def send_chat_message(websocket, message: str):
async def connect(vm_name: str):
global STATE
global users
global vm_botuser
if vm_name not in config.vms:
log.error(f"VM '{vm_name}' not found in configuration.")
return