docs: slightly reword data message

This commit is contained in:
Matthias
2024-11-16 15:51:33 +01:00
parent 3bb7f78255
commit ee48da2a0a

View File

@@ -200,8 +200,9 @@ def _load_cached_data_for_updating(
# Earlier data than existing data requested, Update start date
logger.info(
f"{pair}, {timeframe}, {candle_type}: "
f"Start {start:{DATETIME_PRINT_FORMAT}} earlier than available data start. "
f"Please use `--prepend` to download data prior "
f"Requested start date {start:{DATETIME_PRINT_FORMAT}} earlier than local "
f"data start date {data.iloc[0]['date']:{DATETIME_PRINT_FORMAT}}. "
f"Use `--prepend` to download data prior "
f"to {data.iloc[0]['date']:{DATETIME_PRINT_FORMAT}}, or "
"`--erase` to redownload all data."
)