Allow exchange templates to configure outside-options too

This commit is contained in:
Matthias
2020-02-08 13:51:55 +01:00
parent abf10aec98
commit 52f4187129
5 changed files with 91 additions and 86 deletions

View File

@@ -90,10 +90,10 @@ def ask_user_config() -> Dict[str, Any]:
"name": "exchange_name",
"message": "Select exchange",
"choices": [
"bittrex",
"binance",
"binanceje",
"binanceus",
"bittrex",
"kraken",
Separator(),
"other",