From 4b79899967846571ebb489241aa508e1e0b8f75f Mon Sep 17 00:00:00 2001 From: vrubel Date: Sat, 20 Jun 2026 13:25:40 +0000 Subject: [PATCH] =?UTF-8?q?=D0=B7=D0=B0=D0=BC=D0=B5=D0=BD=D0=B0=20=D0=9F?= =?UTF-8?q?=D0=B8=D0=BF=20=D0=BD=D0=B0=20=D0=9A=D0=BE=D0=BD=D0=B5=D1=86=20?= =?UTF-8?q?=D0=B2=20=D0=BA=D0=BE=D0=BD=D1=86=D0=B5=20=D0=BE=D0=B7=D0=B2?= =?UTF-8?q?=D1=83=D1=87=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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