Skip to content

Commit

Permalink
chore(tagging): old to new
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Oct 24, 2024
1 parent 1ee538c commit a1090ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion qbtools/commands/tagging.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,9 @@ def __init__(app, logger):
app.client.torrents_add_tags(tags=tag, torrent_hashes=new_hashes)

if old_hashes or new_hashes:
logger.info(f"{tag} - untagged {len(new_hashes)} old and tagged {len(old_hashes)} new")
logger.info(
f"{tag} - untagged {len(old_hashes)} old and tagged {len(new_hashes)} new"
)

empty_tags = list(
filter(
Expand Down

0 comments on commit a1090ec

Please sign in to comment.