diff options
-rwxr-xr-x | plot.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ if len(sys.argv) != 3: log_file = sys.argv[1] png_file = sys.argv[2] rrd_file = "tmp.rrd" -argmax = 50000 +argmax = 20000 #### start of config |
index : templogger-v2 | ||
Alternative version of my temperature logger | Florian Pritz |
summaryrefslogtreecommitdiffstats |
-rwxr-xr-x | plot.py | 2 |
@@ -23,7 +23,7 @@ if len(sys.argv) != 3: log_file = sys.argv[1] png_file = sys.argv[2] rrd_file = "tmp.rrd" -argmax = 50000 +argmax = 20000 #### start of config |