diff py/params.py @ 168:bfc3213edee4

add nowort mode
author Matt Johnston <matt@ucc.asn.au>
date Wed, 20 Feb 2013 21:08:42 +0800
parents 5d5424acfed0
children 78255c49bf9a
line wrap: on
line diff
--- a/py/params.py	Mon Feb 18 23:32:19 2013 +0800
+++ b/py/params.py	Wed Feb 20 21:08:42 2013 +0800
@@ -15,6 +15,7 @@
     'overshoot_delay': 720, # 12 minutes
     'overshoot_factor': 1, # ÂșC
     'disabled': False,
+    'nowort': False,
     }
 
 class Params(dict):