mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-02 18:13:04 +00:00
update rapidjson opts
This commit is contained in:
@@ -216,5 +216,5 @@ def record_params(config: Dict[str, Any], full_path: Path) -> None:
|
||||
handle,
|
||||
indent=4,
|
||||
default=str,
|
||||
number_mode=rapidjson.NM_NATIVE
|
||||
number_mode=rapidjson.NM_NATIVE | rapidjson.NM_NAN
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user