AutoYADM commit: 2025-03-25 02:00:07

This commit is contained in:
Daniel Fichtinger 2025-03-25 02:00:07 -04:00
parent bb6e941e14
commit 0bb5fd957a
2 changed files with 3 additions and 2 deletions

View file

@ -49,6 +49,7 @@ for line in sys.stdin:
par.append(stripped)
else:
in_par = False
break
line = " ".join(par)
# empty line, treat next section as paragraph
# TODO: fix signature being mangled and newlines erased