docs: slightly reword data message

This commit is contained in:
Matthias
2024-11-16 15:51:33 +01:00
parent 3bb7f78255
commit ee48da2a0a
+3 -2
View File
@@ -200,8 +200,9 @@ def _load_cached_data_for_updating(
# Earlier data than existing data requested, Update start date # Earlier data than existing data requested, Update start date
logger.info( logger.info(
f"{pair}, {timeframe}, {candle_type}: " f"{pair}, {timeframe}, {candle_type}: "
f"Start {start:{DATETIME_PRINT_FORMAT}} earlier than available data start. " f"Requested start date {start:{DATETIME_PRINT_FORMAT}} earlier than local "
f"Please use `--prepend` to download data prior " 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 " f"to {data.iloc[0]['date']:{DATETIME_PRINT_FORMAT}}, or "
"`--erase` to redownload all data." "`--erase` to redownload all data."
) )