1
0
mirror of https://github.com/hughrun/ephemetoot synced 2025-02-19 21:20:34 +01:00

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

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]) )