diff --git a/kibicara/platforms/twitter/bot.py b/kibicara/platforms/twitter/bot.py index 3fa86a4..b07d302 100644 --- a/kibicara/platforms/twitter/bot.py +++ b/kibicara/platforms/twitter/bot.py @@ -133,8 +133,7 @@ class TwitterBot(Censor): for index, character in enumerate(text): if index not in remove_indices: filtered_text += character - filtered_text = filtered_text.strip() - return filtered_text + return filtered_text.strip() async def push(self): while True: