diff --git a/findmyorder/main.py b/findmyorder/main.py index 3571b83a..5d1013f7 100644 --- a/findmyorder/main.py +++ b/findmyorder/main.py @@ -28,7 +28,7 @@ def search(self,message_to_parse: str = None,): self.logger.debug(f"error search {e}") return False - def identify_order(self,mystring: str = None,) + def identify_order(self,mystring: str = None,): # Define the grammar for parsing orders action = oneOf("BUY SELL LONG SHORT") currency_pair = Word(alphas, exact=6)