chg: Better wording in monitor

pull/259/head
Raphaël Vinot 2021-09-07 16:28:50 +02:00
parent 048e44ce91
commit 97ffefc80e
1 changed files with 1 additions and 1 deletions

View File

@ -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:')