From 73bfda18f43bee945c8ca1c0e57f6cc6be89ad5c Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 1 Jun 2021 10:59:32 +0200 Subject: show_dabmux_stats: sort output --- doc/show_dabmux_stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/show_dabmux_stats.py b/doc/show_dabmux_stats.py index 12cad1e..7ea60f7 100755 --- a/doc/show_dabmux_stats.py +++ b/doc/show_dabmux_stats.py @@ -62,7 +62,7 @@ if len(sys.argv) == 1: uptime="uptime", offset="offset")) - for ident in values: + for ident in sorted(values): v = values[ident]['inputstat'] if 'state' not in v: -- cgit v1.2.3