замена Пип на Конец в конце озвучки
All checks were successful
CI/CD Pipeline / build-and-deploy (push) Successful in 29s
All checks were successful
CI/CD Pipeline / build-and-deploy (push) Successful in 29s
This commit is contained in:
parent
0115a8fc72
commit
4b79899967
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue