From b75cce5d410cf29e8fa9a986c610474a719f5473 Mon Sep 17 00:00:00 2001 From: Duck <31627079+duckboycool@users.noreply.github.com> Date: Sat, 29 Nov 2025 10:47:17 -0700 Subject: [PATCH] TLOZ: Add space in concatenated string #5690 --- Zelda1Client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zelda1Client.py b/Zelda1Client.py index 6dd7a36165..b4292ecf75 100644 --- a/Zelda1Client.py +++ b/Zelda1Client.py @@ -289,7 +289,7 @@ async def nes_sync_task(ctx: ZeldaContext): if not ctx.auth: ctx.auth = ''.join([chr(i) for i in data_decoded['playerName'] if i != 0]) if ctx.auth == '': - logger.info("Invalid ROM detected. No player name built into the ROM. Please regenerate" + logger.info("Invalid ROM detected. No player name built into the ROM. Please regenerate " "the ROM using the same link but adding your slot name") if ctx.awaiting_rom: await ctx.server_auth(False)