Fix wrong hint '--update-pairs-cached' from Backtesting/Hyperopt

This commit is contained in:
Gerald Lonlas
2018-06-01 19:37:39 -07:00
parent 52386d8153
commit 792dd556a1
2 changed files with 5 additions and 2 deletions

View File

@@ -103,7 +103,10 @@ def load_data(datadir: str,
if pairdata:
result[pair] = pairdata
else:
logger.warn('No data for pair %s, use --update-pairs-cached to download the data', pair)
logger.warning(
'No data for pair %s, use --refresh-pairs-cached to download the data',
pair
)
return result