From fd9f3eefc87fb7316052784c411c64cbf4da39db Mon Sep 17 00:00:00 2001 From: swee Date: Thu, 16 Jan 2025 20:31:04 -0800 Subject: [PATCH] Update sweebot.py --- sweebot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sweebot.py b/sweebot.py index 39d1e26..af16fae 100644 --- a/sweebot.py +++ b/sweebot.py @@ -891,6 +891,7 @@ while True: try: print(i) print(i.strip().split(" ")[0]) + print(i.strip().split(" ")[0][0]) if i.strip().split(" ")[0][0] == "#" and len(i.strip().split(" ")) == 1: print("Found title: " + i) title = True