mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-10-28 15:15:20 +08:00
resolve merge conflict
This commit is contained in:
parent
fd18d54783
commit
c73479cc7c
1 changed files with 1 additions and 1 deletions
|
|
@ -518,7 +518,7 @@ class Qbt:
|
||||||
continue
|
continue
|
||||||
for torrent in torrent_list:
|
for torrent in torrent_list:
|
||||||
tracker = self.config.get_tags(torrent.trackers)
|
tracker = self.config.get_tags(torrent.trackers)
|
||||||
has_nohardlinks = util.nohardlink(torrent["content_path"].replace(root_dir, remote_dir))
|
has_nohardlinks = util.nohardlink(torrent["content_path"].replace(root_dir, remote_dir), self.config.notify)
|
||||||
if any(tag in torrent.tags for tag in nohardlinks[category]["exclude_tags"]):
|
if any(tag in torrent.tags for tag in nohardlinks[category]["exclude_tags"]):
|
||||||
# Skip to the next torrent if we find any torrents that are in the exclude tag
|
# Skip to the next torrent if we find any torrents that are in the exclude tag
|
||||||
continue
|
continue
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue