diff options
Diffstat (limited to 'doc/show_dabmux_stats.py')
-rwxr-xr-x | doc/show_dabmux_stats.py | 2 |
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: |