mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Refactor
This commit is contained in:
parent
ee786fd6bd
commit
b496be0f5d
2 changed files with 11 additions and 9 deletions
|
@ -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")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue