This commit is contained in:
dj
2023-03-15 21:12:04 +03:00
parent 2e2903c122
commit 95d52e9d3f
+1 -1
View File
@@ -83,7 +83,7 @@ def ded(get_text: str) -> str:
for text in split_text:
while text.startswith(" "):
text = text[1:]
text = text[1:].strip()
save_text.append(text)
get_text = "\n".join(save_text)