замена Пип на Конец в конце озвучки
All checks were successful
CI/CD Pipeline / build-and-deploy (push) Successful in 29s

This commit is contained in:
vrubel 2026-06-20 13:25:40 +00:00
parent 0115a8fc72
commit 4b79899967

View file

@ -77,7 +77,7 @@ def clean_text(text: str) -> str:
text = ' '.join(p.strip() for p in parts[:-1] if p.strip()) text = ' '.join(p.strip() for p in parts[:-1] if p.strip())
if text: if text:
text += '\nПип.' text += '\nКонец.'
return text return text