1
0

add guac wrapper because i got bored

and also makes code look better.. generally. there was also a debug statement there but now its not
This commit is contained in:
2025-10-01 21:41:04 -04:00
parent 0ca85d37dc
commit 8930588217

View File

@@ -43,6 +43,9 @@ def get_origin_from_ws_url(ws_url: str) -> str:
async def send_chat_message(websocket, message: str):
await websocket.send(guac_encode("chat", message))
async def send_guac(websocket, *args: str):
await websocket.send(guac_encode(*args))
async def connect(vm_name: str):
global STATE
global users