docs: slightly reword data message
This commit is contained in:
@@ -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."
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user