diff --git a/app/bot.py b/app/bot.py index f1c50f5..3ab3813 100644 --- a/app/bot.py +++ b/app/bot.py @@ -77,7 +77,7 @@ def clean_text(text: str) -> str: text = ' '.join(p.strip() for p in parts[:-1] if p.strip()) if text: - text += '\nПип.' + text += '\nКонец.' return text