minor spelling correction

line 89 "Tim"->"Time"
This commit is contained in:
Wings22Actual
2022-01-13 01:48:38 +00:00
committed by GitHub
parent 33cb9e9002
commit a22e1b6500

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."]
},
{