Skip to content

Commit

Permalink
🚨
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki authored and actions-user committed Mar 29, 2024
1 parent a290ed3 commit da8f2d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion findmyorder/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
FindMyOrder Main
"""

from datetime import datetime

from loguru import logger
Expand Down Expand Up @@ -190,4 +191,4 @@ async def replace_instrument(self, order):
order["instrument"] = item["alt"]
break
logger.debug("Instrument symbol changed", order)
return order
return order

0 comments on commit da8f2d4

Please sign in to comment.