fix typo
This commit is contained in:
@@ -233,7 +233,7 @@ async def receive_commands(websocket):
|
|||||||
print(f"Received unknown command: {command_name}")
|
print(f"Received unknown command: {command_name}")
|
||||||
elif data.get("type") == "handshake_ack":
|
elif data.get("type") == "handshake_ack":
|
||||||
# Set the session token
|
# 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.")
|
print(f"Server acknowledged handshake.")
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user