fix the type of the fit_live_predictions_candles field in the config schema

This commit is contained in:
kowhi
2025-03-15 12:23:42 +08:00
committed by GitHub
parent bfd2c3f942
commit 9911d2aa32
+2 -2
View File
@@ -1026,8 +1026,8 @@ CONF_SCHEMA = {
"Number of historical candles to use for computing target (label) " "Number of historical candles to use for computing target (label) "
"statistics from prediction data, instead of from the training dataset." "statistics from prediction data, instead of from the training dataset."
), ),
"type": "boolean", "type": "integer",
"default": False, "default": 0,
}, },
"data_kitchen_thread_count": { "data_kitchen_thread_count": {
"description": ( "description": (