Small updates to async_history_fetch

This commit is contained in:
Matthias
2021-09-11 08:18:32 +02:00
parent 4c4604f837
commit a5f90a409c
2 changed files with 2 additions and 2 deletions

View File

@@ -1254,7 +1254,7 @@ class Exchange:
data.extend(new_data)
# Sort data again after extending the result - above calls return in "async order"
data = sorted(data, key=lambda x: x[0])
logger.info("Downloaded data for %s with length %s.", pair, len(data))
logger.info(f"Downloaded data for {pair} with length {len(data)}.")
return data
def refresh_latest_ohlcv(self, pair_list: ListPairsWithTimeframes, *,