From 2a55f67c6d208b4abe2940af0c8379719894b859 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Tue, 15 Dec 2020 20:11:21 +0000 Subject: [PATCH] comment --- bfxbot/models.py | 1 + 1 file changed, 1 insertion(+) 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