From b64916c86c3155078ba03a82873caf78567c5e63 Mon Sep 17 00:00:00 2001 From: Nayan <33187059+GShadow5@users.noreply.github.com> Date: Tue, 26 Aug 2025 13:14:36 -0400 Subject: [PATCH] print each line anyway --- bot.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bot.py b/bot.py index 4669ea8..5ad5318 100644 --- a/bot.py +++ b/bot.py @@ -177,9 +177,9 @@ async def _read_from_pipe(servername, channel_id, bot_instance): print(discord_message) await bot.loop.create_task(channel.send("Message sending...")) await bot.loop.create_task(channel.send(discord_message)) - # else: - # # Optionally, you can log other server output to a debug channel or console - # print(f"Non-chat output: {line}") + else: + # Optionally, you can log other server output to a debug channel or console + print(f"Non-chat output: {line}") await asyncio.sleep(0.01) # Small delay to yield control and avoid busy-waiting