mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33: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"watch done {pair}, {timeframe}, data {len(data)} "
|
||||||
f"in {time.time() - start:.2f}s")
|
f"in {time.time() - start:.2f}s")
|
||||||
except ccxt.BaseError:
|
except ccxt.BaseError:
|
||||||
logger.exception("Exception in continuously_async_watch_ohlcv")
|
logger.exception(
|
||||||
|
f"Exception in continuously_async_watch_ohlcv for {pair}, {timeframe}")
|
||||||
finally:
|
finally:
|
||||||
self._klines_watching.discard((pair, timeframe, candle_type))
|
self._klines_watching.discard((pair, timeframe, candle_type))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user