diff --git a/bfxbot/models.py b/bfxbot/models.py index 88e2ab5..af88b23 100644 --- a/bfxbot/models.py +++ b/bfxbot/models.py @@ -162,6 +162,7 @@ class SymbolStatus: # triggering state callbacks await self.__trigger_position_state_callbacks__(pw) + # triggering events callbacks for e in events: if not isinstance(e, Event): raise ValueError