Make the default schedule all Green

This commit is contained in:
Andrew Resch 2009-06-10 05:37:28 +00:00
parent f2002f9077
commit 5cdb5f41e4

View File

@ -51,7 +51,7 @@ DEFAULT_PREFS = {
"low_down": -1.0,
"low_up": -1.0,
"low_active": -1,
"button_state": [[1] * 7 for dummy in xrange(24)]
"button_state": [[0] * 7 for dummy in xrange(24)]
}
STATES = {