UI Improvements
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ def findQuietAgents(api: AirlockAPIWrapper):
|
||||
required_quiet = Selector.select_value(
|
||||
prompt="Enter how many days without an untrusted execution before these are considered ready for enforcement? (1–365): ",
|
||||
value_type=int,
|
||||
valid_range=(1, 365),
|
||||
valid_range=(1, 150),
|
||||
)
|
||||
|
||||
# Get execution history as a DataFrame
|
||||
|
||||
Reference in New Issue
Block a user