aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/show_dabmux_stats.py2
1 files changed, 1 insertions, 1 deletions
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: