Add additional message to potential unreg torrents

This commit is contained in:
Jon 2021-11-08 16:11:38 -05:00
parent 52cd382be9
commit ee8d367e64
No known key found for this signature in database
GPG key ID: 9665BA6CF5DC2671

View file

@ -384,7 +384,8 @@ def rem_unregistered():
f'\n - Tracker: {t_url} '
f'\n - Deleted .torrent AND content files.')
if (x.status == 4 and 'DOWN' not in msg_up):
pot_unr += (f'\n - {torrent.name}')
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 \
'NOT REGISTERED' in msg_up or \