From ce4ee1cd4667211d4bbbb96647f64eeadfebb893 Mon Sep 17 00:00:00 2001 From: Jonathon Broughton Date: Sun, 12 Nov 2023 17:26:54 +0000 Subject: [PATCH] Function Inputs (last one + 1) --- main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 1caefa8..1764ad3 100644 --- a/main.py +++ b/main.py @@ -61,7 +61,8 @@ class FunctionInputs(AutomateBase): "options": { "format": "radio" } - } + }, + format= "radio" ) threshold_mode: ThresholdMode = Field( default=ThresholdMode.ERROR,