Merge branch 'freqtrade:develop' into dca

This commit is contained in:
Reigo Reinmets
2022-01-13 10:04:39 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ def ask_user_config() -> Dict[str, Any]:
{
"type": "select",
"name": "timeframe_in_config",
"message": "Tim",
"message": "Time",
"choices": ["Have the strategy define timeframe.", "Override in configuration."]
},
{