mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-10-23 04:08:16 +08:00
Fix crash in cross-seed module
This commit is contained in:
parent
b8acb8fb8f
commit
cc723d529d
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