mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 00:23:07 +00:00
Improved exception message
This commit is contained in:
@@ -107,7 +107,8 @@ class ExchangeWS:
|
||||
f"watch done {pair}, {timeframe}, data {len(data)} "
|
||||
f"in {time.time() - start:.2f}s")
|
||||
except ccxt.BaseError:
|
||||
logger.exception("Exception in continuously_async_watch_ohlcv")
|
||||
logger.exception(
|
||||
f"Exception in continuously_async_watch_ohlcv for {pair}, {timeframe}")
|
||||
finally:
|
||||
self._klines_watching.discard((pair, timeframe, candle_type))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user