bug fix: unregistered torrents not being marked

This commit is contained in:
Jon 2021-10-20 08:43:26 -04:00
parent f58713fa20
commit cbdb435ac5
No known key found for this signature in database
GPG key ID: 9665BA6CF5DC2671

View file

@ -369,7 +369,7 @@ def rem_unregistered():
f'\n - Status: {x.msg} '
f'\n - Tracker: {t_url} '
f'\n - Deleted .torrent AND content files.')
if 'Unregistered torrent' in x.msg or 'Torrent is not found' in x.msg or 'Torrent not registered' in x.msg:
if 'Unregistered torrent' in x.msg or 'Torrent is not found' in x.msg or 'Torrent not registered' in x.msg or 'Torrent not found' in x.msg:
if t_count > 1:
if args.dry_run == 'dry_run':
if '' in t_msg: