sanatize output

This commit is contained in:
Mike Fährmann
2015-06-28 12:45:52 +02:00
parent 63992363a6
commit 4348694629
2 changed files with 7 additions and 7 deletions

View File

@@ -58,4 +58,4 @@ def main():
for url in opts.urls:
dlmgr.add(url)
except KeyboardInterrupt:
print("KeyboardInterrupt")
print("\nKeyboardInterrupt")