mirror of https://github.com/CIRCL/lookyloo
chg: Better wording in monitor
parent
048e44ce91
commit
97ffefc80e
|
@ -97,7 +97,7 @@ if __name__ == '__main__':
|
|||
|
||||
console.print('Current queues:')
|
||||
for q, priority in m.queues:
|
||||
s = Padding(f'{q} Priority: {int(priority)}', (0, 2))
|
||||
s = Padding(f'{q} Recently enqueued captures: {int(priority)}', (0, 2))
|
||||
console.print(s)
|
||||
# ------------------
|
||||
console.print('Captures details:')
|
||||
|
|
Loading…
Reference in New Issue