Fix refactored method name

This commit is contained in:
Kristóf Tóth 2019-08-28 16:34:55 +02:00
parent 25f54a71b5
commit c1df007d6c

View File

@ -18,7 +18,7 @@ class FSMHandler:
self.auth_key = KeyManager().auth_key
self.command_handlers = {
'fsm.trigger': self.handle_step,
'fsm.trigger': self.handle_trigger,
'fsm.update' : self.handle_update
}