@ -11,7 +11,7 @@ from threading import Lock
threadLock = Lock()
stateFile = 'www/garage.json'
state = {'east-door': 'opened', 'west-door': 'opened'}
state = {'east-door': 'init', 'west-door': 'init'}
config = ConfigParser()
config.read('garage.cfg')