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:
parent
81f408bde3
commit
cb78b7682a
@ -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]) )
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user