set Verbose=false

This commit is contained in:
Martin Kompf 2016-09-17 11:41:57 +02:00
parent f50eb91161
commit bc2d29d27c
1 changed files with 1 additions and 1 deletions

View File

@ -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).