From bc2d29d27cb206b13386e1b6c19142f8ad88c7fb Mon Sep 17 00:00:00 2001 From: Martin Kompf Date: Sat, 17 Sep 2016 11:41:57 +0200 Subject: [PATCH] set Verbose=false --- leakdetect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leakdetect.py b/leakdetect.py index ea0a572..5421eec 100755 --- a/leakdetect.py +++ b/leakdetect.py @@ -23,7 +23,7 @@ count_fetch = "{0}/water.fetch.txt".format(os.path.dirname(os.path.abspath(__fil min_pause = 3 * 60 * 60 # 3 hours # Verbose output -verbose = True +verbose = False # Read the rrd specified in count_rrd. # Returns array of (timestamp, counter).