From fa4fcbd18d079e8f1c07ff3e346b66caa2df222b Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Sat, 7 Jun 2025 23:40:07 -0400 Subject: [PATCH] fix typo --- app/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client.py b/app/client.py index 1e5bcc4..4f500c8 100644 --- a/app/client.py +++ b/app/client.py @@ -233,7 +233,7 @@ async def receive_commands(websocket): print(f"Received unknown command: {command_name}") elif data.get("type") == "handshake_ack": # Set the session token - app_conf.set(data.get("access_token")) + app_conf.set("access_token", data.get("access_token")) print(f"Server acknowledged handshake.") else: