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