mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2024-11-10 17:47:13 +08:00
bug fix for BHD integration
This commit is contained in:
parent
2e6f58982d
commit
ea356eeb70
1 changed files with 1 additions and 1 deletions
|
@ -534,7 +534,7 @@ class Qbt:
|
|||
if 'tracker.beyond-hd.me' in tracker['url'] and self.config.BeyondHD is not None and not list_in_text(msg_up, ignore_msgs):
|
||||
json = {"info_hash": torrent.hash}
|
||||
response = self.config.BeyondHD.search(json)
|
||||
if response['total_results'] <= 1:
|
||||
if response['total_results'] == 0:
|
||||
del_unregistered()
|
||||
break
|
||||
tag_tracker_error()
|
||||
|
|
Loading…
Reference in a new issue