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:31:04 -08:00
parent 0b416c8321
commit fd9f3eefc8

View file

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