mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2025-06-28 09:15:12 +00:00
Introduce intent for TFW messages and fix FSM related bugs
This commit is contained in:
committed by
therealkrispet
parent
f626fef8f8
commit
2e5867cc49
@ -76,7 +76,7 @@ class FSMBase(Machine, CallbackMixin):
|
||||
'from_state': from_state,
|
||||
'to_state': self.state,
|
||||
'trigger': trigger,
|
||||
'timestamp': datetime.utcnow()
|
||||
'timestamp': datetime.utcnow().isoformat()
|
||||
})
|
||||
|
||||
@property
|
||||
|
Reference in New Issue
Block a user