Put a date in the e-mails
[saartuer.git] / statemachine.py
index 01cf83f33b2d600bb383024a276c89c2d1e3f904..9e5032747c31fbc40ffe3176b234d18829a0868d 100644 (file)
@@ -201,7 +201,7 @@ class StateMachine():
                        if pins.door_locked:
                                return StateMachine.StateZu(self.state_machine)
                def handle_cmd_unlock_event(self,callback):
-                       callback("409 conflict: The server is currently trying to lock the door. Try again later.")
+                       callback("409 conflict: The sphinx is currently trying to lock the door. Try again later.")
                def could_not_close(self):
                        logger.critical("StateMachine: Couldn't close door after %d tries. Going back to StateAboutToOpen." % CLOSE_REPEAT_NUMBER)
                        return StateMachine.StateAboutToOpen(self.state_machine)