mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-20 03:18:07 +08:00
revert to info method
This commit is contained in:
@@ -86,7 +86,7 @@ def monitor(run_once=False, broker=None):
|
||||
lock_size = broker.lock_size()
|
||||
if lock_size:
|
||||
queue_size = '{}({})'.format(queue_size, lock_size)
|
||||
print(term.move(i, 0) + term.white_on_cyan(term.center(broker.info, width=col_width * 2)))
|
||||
print(term.move(i, 0) + term.white_on_cyan(term.center(broker.info(), width=col_width * 2)))
|
||||
print(term.move(i, 2 * col_width) + term.black_on_cyan(term.center(_('Queued'), width=col_width)))
|
||||
print(term.move(i, 3 * col_width) + term.white_on_cyan(term.center(queue_size, width=col_width)))
|
||||
print(term.move(i, 4 * col_width) + term.black_on_cyan(term.center(_('Success'), width=col_width)))
|
||||
|
||||
Reference in New Issue
Block a user