Mercurial > ~darius > hgwebdir.cgi > adslstats
changeset 10:88cf0a88c826
Fix cut & paste error
author | Daniel O'Connor <darius@dons.net.au> |
---|---|
date | Thu, 08 Jan 2015 11:22:08 +1030 |
parents | 8b5958404f81 |
children | 0e1399e48678 |
files | adslstats.py |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/adslstats.py Thu Jan 08 11:17:40 2015 +1030 +++ b/adslstats.py Thu Jan 08 11:22:08 2015 +1030 @@ -299,10 +299,10 @@ up.type GAUGE up.max 24000 up.min 0 -up.label Down -up.type GAUGE -up.max 24000 -up.min 0''' +down.label Down +down.type GAUGE +down.max 24000 +down.min 0''' sys.exit(0) if options.update or options.munin: stats = getdata()