mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 14:00:38 +00:00
chore: fix oneline exchange-list output
This commit is contained in:
@@ -32,7 +32,7 @@ def start_list_exchanges(args: Dict[str, Any]) -> None:
|
||||
)
|
||||
|
||||
if args["print_one_column"]:
|
||||
print("\n".join([e["name"] for e in available_exchanges]))
|
||||
print("\n".join([e["classname"] for e in available_exchanges]))
|
||||
else:
|
||||
if args["list_exchanges_all"]:
|
||||
title = (
|
||||
|
||||
Reference in New Issue
Block a user