mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-10-29 23:46:28 +08:00
Merge branch 'develop' of https://github.com/StuffAnThings/qbit_manage into develop
This commit is contained in:
commit
15d6605602
1 changed files with 2 additions and 1 deletions
|
|
@ -610,7 +610,8 @@ def set_rem_unregistered():
|
|||
'PACKS' in msg_up or \
|
||||
'REPACKED' in msg_up or \
|
||||
'PACK' in msg_up or \
|
||||
'TRUMP' in msg_up
|
||||
'TRUMP' in msg_up or \
|
||||
'RETITLED' in msg_up
|
||||
) and x.status == 4 and 'DOWN' not in msg_up and 'UNREACHABLE' not in msg_up:
|
||||
if t_count > 1:
|
||||
if dry_run:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue