mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
chore: add space in log message
This commit is contained in:
@@ -129,7 +129,7 @@ class Binance(Exchange):
|
|||||||
)
|
)
|
||||||
if until_ms and since_ms >= until_ms:
|
if until_ms and since_ms >= until_ms:
|
||||||
logger.warning(
|
logger.warning(
|
||||||
f"No available candle-data for {pair} before"
|
f"No available candle-data for {pair} before "
|
||||||
f"{dt_from_ts(until_ms).isoformat()}"
|
f"{dt_from_ts(until_ms).isoformat()}"
|
||||||
)
|
)
|
||||||
return DataFrame(columns=DEFAULT_DATAFRAME_COLUMNS)
|
return DataFrame(columns=DEFAULT_DATAFRAME_COLUMNS)
|
||||||
|
|||||||
Reference in New Issue
Block a user