add line break in verbose mode

This commit is contained in:
Hugh Rundle 2020-09-07 13:28:54 +10:00
parent 81f408bde3
commit cb78b7682a
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@ def process_toot(config, options, mastodon, deleted_count, toot):
except MastodonError as e:
if options.verbose:
print("🛑 ERROR deleting toot -", str(toot.id), e)
print("🛑 ERROR deleting toot -", str(toot.id), "\n", e)
else:
print( "🛑 ERROR deleting toot -", str(toot.id), "-", str(e.args[0]), "-", str(e.args[3]) )