Skip to content

Commit

Permalink
Merge pull request #7 from mraniki/dev
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
mraniki authored Apr 23, 2023
2 parents b2e2551 + d194760 commit 722cbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion findmyorder/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def identify(self,
self.logger.debug(f"identify_order_element for {order_string}")
if (self.search(mystring)):
order_raw = mystring.split()
self.logger.info(msg=f"Order identified: {order raw}")
self.logger.info(msg=f"Order identified: {order_raw}")
order = {}
order['direction'] = 'BUY'
order['symbol'] = 'EURUSD'
Expand Down

0 comments on commit 722cbdf

Please sign in to comment.