Skip to content

Commit

Permalink
#35 Update logging message
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Seredkin committed Dec 9, 2024
1 parent ef4733a commit 5a75d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def trading_bot():

if symbol in TRADE_EXCEPTIONS:
trading_results[symbol] = {"symbol": symbol, "quantity": quantity, "decision": decision, "result": "error", "details": "Trade exception"}
log_warning(f"{symbol} > Trade exception")
log_warning(f"{symbol} > Decision skipped due to trade exception")
continue

if decision == "sell":
Expand Down

0 comments on commit 5a75d1a

Please sign in to comment.