From cf49c05cc2ee8eabba4b1c57994a8d37f10619db Mon Sep 17 00:00:00 2001 From: agp8x Date: Fri, 17 Jan 2014 14:27:07 +0100 Subject: [PATCH] fixed new-years bug in move.py, increased cbtime for barometer --- all.py | 2 +- move.py | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/all.py b/all.py index ad8d43a..c8bdf34 100644 --- a/all.py +++ b/all.py @@ -56,7 +56,7 @@ import array cbtimetemp=30000 cbtimehumi=30000 cbtimeambi=60000 -cbtimebaro=30000 +cbtimebaro=60000 tempmaxdiff=200 # 200== 2.0 C diff --git a/move.py b/move.py index 3fab4ac..db2acf2 100644 --- a/move.py +++ b/move.py @@ -8,7 +8,12 @@ checkfile='locks/records_moved' def prevday(then,now): #ist "then" gestern (oder noch älter)? - return ((then.tm_yday