Update qbit_manage.py

- [Added] Unregistered torrent status for Blutopia.
This commit is contained in:
Visorask 2021-03-06 00:32:12 -06:00 committed by GitHub
parent 3f13a618ec
commit abf444ea24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -345,7 +345,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:
if 'Unregistered torrent' in x.msg or 'Torrent is not found' in x.msg or 'Torrent not registered' in x.msg:
if t_count > 1:
if args.dry_run == 'dry_run':
if '' in t_msg: