Template
mirror of
https://github.com/djimboy/djimbo_template_aio3.git
synced 2026-08-26 06:57:44 +00:00
-Update
This commit is contained in:
@@ -83,7 +83,7 @@ def ded(get_text: str) -> str:
|
|||||||
|
|
||||||
for text in split_text:
|
for text in split_text:
|
||||||
while text.startswith(" "):
|
while text.startswith(" "):
|
||||||
text = text[1:]
|
text = text[1:].strip()
|
||||||
|
|
||||||
save_text.append(text)
|
save_text.append(text)
|
||||||
get_text = "\n".join(save_text)
|
get_text = "\n".join(save_text)
|
||||||
|
|||||||
Reference in New Issue
Block a user