mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
hdmi: decreased stream restart
This commit is contained in:
@@ -74,6 +74,10 @@ def valid_int_f1(arg: Any) -> int:
|
||||
return int(valid_number(arg, min=1))
|
||||
|
||||
|
||||
def valid_float_f0(arg: Any) -> float:
|
||||
return float(valid_number(arg, min=0, type=float))
|
||||
|
||||
|
||||
def valid_float_f01(arg: Any) -> float:
|
||||
return float(valid_number(arg, min=0.1, type=float))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user