From abf444ea24d28bde94a291b13a5a0c7d4f26da45 Mon Sep 17 00:00:00 2001 From: Visorask <54461452+Visorask@users.noreply.github.com> Date: Sat, 6 Mar 2021 00:32:12 -0600 Subject: [PATCH] Update qbit_manage.py - [Added] Unregistered torrent status for Blutopia. --- qbit_manage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbit_manage.py b/qbit_manage.py index 7294529..6e78b73 100644 --- a/qbit_manage.py +++ b/qbit_manage.py @@ -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: