Skip to content

Commit

Permalink
Merge pull request #363 from mraniki/dev
Browse files Browse the repository at this point in the history
⬆️ 🤖 - Q	Why did the programmer call his mother long distance
  • Loading branch information
mraniki committed Mar 29, 2024
2 parents a290ed3 + da8f2d4 commit 7f702d0
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 7f702d0

Please sign in to comment.