1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00
This commit is contained in:
Unrud 2022-04-24 19:14:26 +02:00
parent ee786fd6bd
commit b496be0f5d
2 changed files with 11 additions and 9 deletions

View file

@ -61,7 +61,7 @@ def main():
checks_failed = True
if checks_failed:
exit(1)
sys.exit(1)
sys.stdout.buffer.write(soup.encode(formatter="html5") + b"\n")