syntax error fix
This commit is contained in:
@@ -27,7 +27,7 @@ class Changer(object):
|
||||
def safe_remote_state(key):
|
||||
if key in ['out_valve', 'in_valve']:
|
||||
return self.remote_state.get(key, 'closed')
|
||||
else
|
||||
else:
|
||||
return self.remote_state.get(key,'');
|
||||
|
||||
def process_change(self):
|
||||
|
||||
Reference in New Issue
Block a user