chore: update docstring

This commit is contained in:
Matthias
2025-08-27 19:44:39 +02:00
parent 1e5d9ecfa3
commit b284572ea7

View File

@@ -247,6 +247,7 @@ def _download_pair_history(
:param timerange: range of time to download
:param candle_type: Any of the enum CandleType (must match trading mode!)
:param erase: Erase existing data
:param pair_candles: Optional with "1 call" pair candles.
:return: bool with success state
"""
data_handler = get_datahandler(datadir, data_handler=data_handler)