Merge pull request #6217 from Wings22Actual/patch-1

minor spelling correction to build_config_commands.py
This commit is contained in:
Matthias
2022-01-13 06:51:52 +01:00
committed by GitHub

View File

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