mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-09-13 00:24:45 +08:00
Bug Fix: False positive found in Unregistered Tor
This commit is contained in:
parent
34bf497a87
commit
89b6254bd0
1 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue