mirror of
https://github.com/hughrun/ephemetoot
synced 2025-02-21 05:50:42 +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:
|
except MastodonError as e:
|
||||||
|
|
||||||
if options.verbose:
|
if options.verbose:
|
||||||
print("🛑 ERROR deleting toot -", str(toot.id), e)
|
print("🛑 ERROR deleting toot -", str(toot.id), "\n", e)
|
||||||
else:
|
else:
|
||||||
print( "🛑 ERROR deleting toot -", str(toot.id), "-", str(e.args[0]), "-", str(e.args[3]) )
|
print( "🛑 ERROR deleting toot -", str(toot.id), "-", str(e.args[0]), "-", str(e.args[3]) )
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user