mirror of
https://github.com/skaringa/water-counter.git
synced 2024-11-24 10:24:24 +01:00
set Verbose=false
This commit is contained in:
parent
f50eb91161
commit
bc2d29d27c
@ -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).
|
||||||
|
Loading…
Reference in New Issue
Block a user