mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-10-15 08:22:04 +08:00
Merge branch 'develop' into patch-1
This commit is contained in:
commit
1382037dc8
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class CrossSeed:
|
|||
logger.print_line(f"Found {t_name} in {dir_cs} but original torrent is not complete.", self.config.loglevel)
|
||||
logger.print_line("Not adding to qBittorrent", self.config.loglevel)
|
||||
else:
|
||||
error = f"{t_name} not found in torrents. Cross-seed Torrent not added to qBittorrent."
|
||||
error = f"{tr_name} not found in torrents. Cross-seed Torrent not added to qBittorrent."
|
||||
if self.config.dry_run:
|
||||
logger.print_line(error, self.config.loglevel)
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue