From d5324ec05dfbf140a9d0d7d8561aad43fd37707a Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 24 Oct 2025 14:03:51 -0400 Subject: Fixed connection URLs with spaces --- apworld/context.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apworld/context.py b/apworld/context.py index 7975686..e2d80cd 100644 --- a/apworld/context.py +++ b/apworld/context.py @@ -667,6 +667,8 @@ def client_main(*launch_args: str) -> None: async_start(run_game()) client_ctx = Lingo2ClientContext(args.connect, args.password) + client_ctx.auth = args.name + game_ctx = Lingo2GameContext() manager = Lingo2Manager(game_ctx, client_ctx) -- cgit 1.4.1