Remove further occurance in bot file

This commit is contained in:
Matthias
2023-11-28 06:48:20 +01:00
parent 42d75b0754
commit c2b32769a1

View File

@@ -1080,7 +1080,7 @@ class FreqtradeBot(LoggingMixin):
if (
not trade.has_open_orders
and not trade.stoploss_order_id
and not trade.has_open_sl_orders
and not self.wallets.check_exit_amount(trade)
):
logger.warning(