This commit is contained in:
Stan
2026-07-31 23:25:25 +02:00
parent 1537872bf2
commit 2fe20033e3
+2 -2
View File
@@ -146,11 +146,11 @@ def monitor(run_once=False, broker=None):
)
print(
term.move(i, 5 * col_width)
+ term.center(results, width=col_width - 1)
+ term.center(str(results), width=col_width - 1)
)
print(
term.move(i, 6 * col_width)
+ term.center(stat.reincarnations, width=col_width - 1)
+ term.center(str(stat.reincarnations), width=col_width - 1)
)
print(
term.move(i, 7 * col_width)