Skip to content

Commit

Permalink
Merge pull request #437 from mraniki/dev
Browse files Browse the repository at this point in the history
🐛 update main.py
  • Loading branch information
mraniki authored Apr 8, 2024
2 parents 59be945 + 2a57d05 commit 7be8d9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cefi/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,4 +263,5 @@ async def submit_order(self, order_params):
order.append(trade)
except Exception as e:
logger.error("submit_order - client {} error {}", client.name, e)
logger.debug("order {}", order)
return order

0 comments on commit 7be8d9a

Please sign in to comment.