Merge branch 'develop' into patch-1

This commit is contained in:
bobokun 2023-05-18 20:49:32 -04:00 committed by GitHub
commit 1382037dc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(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) logger.print_line("Not adding to qBittorrent", self.config.loglevel)
else: 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: if self.config.dry_run:
logger.print_line(error, self.config.loglevel) logger.print_line(error, self.config.loglevel)
else: else: