comparison py/config.py @ 444:c5629d79b4ac

few more bits
author Matt Johnston <matt@ucc.asn.au>
date Thu, 29 Nov 2012 23:50:40 +0800
parents bca470d153fd
children b32e5a11a4cb
comparison
equal deleted inserted replaced
443:bca470d153fd 444:c5629d79b4ac
2 FRIDGE_SLEEP = 60 2 FRIDGE_SLEEP = 60
3 3
4 SENSOR_SLEEP = 120 4 SENSOR_SLEEP = 120
5 5
6 UPLOAD_SLEEP = 300 6 UPLOAD_SLEEP = 300
7
8 PARAMS_FILE='./tempserver.conf'