Skip to content

Commit

Permalink
Bug Fix: False positive found in Unregistered Tor
Browse files Browse the repository at this point in the history
  • Loading branch information
bobokun committed Nov 9, 2021
1 parent 34bf497 commit 89b6254
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qbit_manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,8 @@ def rem_unregistered():
pot_unr += (f'\n - Torrent: {torrent.name}')
pot_unr += (f'\n - Message: {x.msg}')
if ('UNREGISTERED' in msg_up or \
'NOT FOUND' in msg_up or \
'TORRENT NOT FOUND' in msg_up or \
'TORRENT IS NOT FOUND' in msg_up or \
'NOT REGISTERED' in msg_up or \
'HTTPS://BEYOND-HD.ME/TORRENTS' in msg_up or \
'NOT EXIST' in msg_up or \
Expand Down

0 comments on commit 89b6254

Please sign in to comment.