mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-03 18:43:04 +00:00
chore: fall back to 0.0 if min-pair returns None
This commit is contained in:
@@ -297,7 +297,8 @@ def start_list_markets(args: dict[str, Any], pairs_only: bool = False) -> None:
|
||||
v["symbol"],
|
||||
safe_value_fallback(tickers.get(v["symbol"], {}), "last", "ask", 0.0),
|
||||
0.0,
|
||||
),
|
||||
)
|
||||
or 0.0,
|
||||
8,
|
||||
),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user