Adjust docstring to match functioning of load_cached_data

This commit is contained in:
Matthias 2019-08-15 20:13:19 +02:00
parent a94a89086f
commit 12677f2d42

View File

@ -188,7 +188,9 @@ def load_cached_data_for_updating(datadir: Optional[Path], pair: str, ticker_int
timerange: Optional[TimeRange]) -> Tuple[List[Any], timerange: Optional[TimeRange]) -> Tuple[List[Any],
Optional[int]]: Optional[int]]:
""" """
Load cached data and choose what part of the data should be updated Load cached data to download more data.
If timerange is passed in, checks wether data from an before the stored data will be downloaded.
If that's the case than what's available should be completely overwritten.
Only used by download_pair_history(). Only used by download_pair_history().
""" """