Fix bug in config-builder

This commit is contained in:
Matthias
2023-08-20 13:51:33 +02:00
parent fb790b2d42
commit 2d800a1422

View File

@@ -105,7 +105,7 @@ def ask_user_config() -> Dict[str, Any]:
"type": "select",
"name": "exchange_name",
"message": "Select exchange",
"choices": lambda x: [
"choices": [
"binance",
"binanceus",
"bittrex",