Skip to content

Commit

Permalink
chore(qbtools): testing
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Oct 5, 2024
1 parent 26f013f commit 0f58c4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions qbtools/commands/tagging.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ def __init__(app, logger):
if app.size:
tag_sizes[tag] += t.size

# TODO: Seeing how long it took
logger.info(f"Found {len(tag_hashes)} tags to apply to torrents in qBittorrent")

# Remove old tags
default_tags = list(
filter(
Expand Down

0 comments on commit 0f58c4c

Please sign in to comment.