Update sweebot.py
Some checks are pending
Check syntax / check (push) Waiting to run

This commit is contained in:
Nova Cat 2025-01-16 20:29:45 -08:00
parent 572746b6f7
commit 0b416c8321

View file

@ -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