data conversion, not data conversation

* we're not talking to the data yet ...
This commit is contained in:
Matthias
2020-01-05 09:55:02 +01:00
parent 2409261cb7
commit f82c4346b6
6 changed files with 13 additions and 13 deletions

View File

@@ -132,7 +132,7 @@ def _load_cached_data_for_updating(pair: str, timeframe: str, timerange: Optiona
start = None
if timerange:
if timerange.starttype == 'date':
# TODO: convert to date for conversation
# TODO: convert to date for conversion
start = datetime.fromtimestamp(timerange.startts, tz=timezone.utc)
# Intentionally don't pass timerange in - since we need to load the full dataset.