We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b391504 commit fcf1cbeCopy full SHA for fcf1cbe
greenwave_monitor/greenwave_monitor/ncurses_frontend.py
@@ -332,7 +332,7 @@ def curses_main(stdscr, node):
332
is_monitored = True
333
status_display = diag.status # Use actual diagnostic status
334
frame_rate_node = (diag.pub_rate.ljust(FRAME_RATE_WIDTH)
335
- if diag.pub_rate != '-' else 'N/A'.ljust(FRAME_RATE_WIDTH))
+ if diag.pub_rate != '-' else 'N/A'.ljust(FRAME_RATE_WIDTH))
336
current_delay_from_realtime_ms = (
337
diag.latency.ljust(REALTIME_DELAY_WIDTH)
338
if diag.latency != '-' else 'N/A'.ljust(REALTIME_DELAY_WIDTH))
0 commit comments