Bug Fix: False positive found in Unregistered Tor

This commit is contained in:
Jon 2021-11-09 11:14:27 -05:00
parent 34bf497a87
commit 89b6254bd0
No known key found for this signature in database
GPG key ID: 9665BA6CF5DC2671

View file

@ -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 \