mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-01-23 00:08:40 +08:00
Add additional message to potential unreg torrents
This commit is contained in:
parent
52cd382be9
commit
ee8d367e64
1 changed files with 2 additions and 1 deletions
|
@ -384,7 +384,8 @@ def rem_unregistered():
|
||||||
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 (x.status == 4 and 'DOWN' not in msg_up):
|
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 \
|
if ('UNREGISTERED' in msg_up or \
|
||||||
'NOT FOUND' in msg_up or \
|
'NOT FOUND' in msg_up or \
|
||||||
'NOT REGISTERED' in msg_up or \
|
'NOT REGISTERED' in msg_up or \
|
||||||
|
|
Loading…
Reference in a new issue