fix "not boosts only" check

This commit is contained in:
Hugh Rundle 2023-06-18 14:56:28 +10:00
parent 345621411c
commit 0fe4f75df6
1 changed files with 1 additions and 1 deletions

View File

@ -469,7 +469,7 @@ def process_toot(config, options, mastodon, deleted_count, toot):
mastodon.status_unreblog(toot.reblog)
if not boosts_only:
elif not boosts_only:
console_print(
"❌ deleting toot " + str(toot.id) + " tooted " + tooted_date(toot),
options,