1
0
mirror of https://github.com/skaringa/water-counter.git synced 2024-05-29 07:08:08 +02:00

set Verbose=false

This commit is contained in:
Martin Kompf 2016-09-17 11:41:57 +02:00
parent f50eb91161
commit bc2d29d27c

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 min_pause = 3 * 60 * 60 # 3 hours
# Verbose output # Verbose output
verbose = True verbose = False
# Read the rrd specified in count_rrd. # Read the rrd specified in count_rrd.
# Returns array of (timestamp, counter). # Returns array of (timestamp, counter).