From b7299ba62ec844d3f6c2d8840f5ee9b5865d19a3 Mon Sep 17 00:00:00 2001 From: Christian Stade-Schuldt Date: Wed, 3 Jun 2015 00:58:30 +0200 Subject: [PATCH] fix graph_args --- fritzbox_uptime.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fritzbox_uptime.py b/fritzbox_uptime.py index 7ef53c4..4149bd0 100755 --- a/fritzbox_uptime.py +++ b/fritzbox_uptime.py @@ -28,7 +28,7 @@ def print_values(): def print_config(): print "graph_title AVM Fritz!Box Connection Uptime" - print "graph_args graph_args --base 1000 -l 0" + print "graph_args --base 1000 -l 0" print 'graph_vlabel uptime in days' print "graph_scale no'" print "graph_category network"