mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-09-12 16:15:25 +08:00
Merge pull request #23 from StuffAnThings/develop
Minor bug fix: unregistered torrents not being marked correctly
This commit is contained in:
commit
abe37bb5e4
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ def rem_unregistered():
|
||||||
f'\n - Status: {x.msg} '
|
f'\n - Status: {x.msg} '
|
||||||
f'\n - Tracker: {t_url} '
|
f'\n - Tracker: {t_url} '
|
||||||
f'\n - Deleted .torrent AND content files.')
|
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 t_count > 1:
|
||||||
if args.dry_run == 'dry_run':
|
if args.dry_run == 'dry_run':
|
||||||
if '' in t_msg:
|
if '' in t_msg:
|
||||||
|
|
Loading…
Add table
Reference in a new issue