Arreglos de seguridad e historial

This commit is contained in:
Mireya Cueto Garrido
2026-03-27 12:46:45 +01:00
parent e19e971cd6
commit 111acc632e
4 changed files with 69 additions and 24 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ class DoCMFRequest(BaseModel):
core = info.data.get("core")
if core:
a, b = core
if not (c <= a < b <= d):
if not (c <= a <= b <= d):
raise ValueError("El núcleo debe estar dentro del soporte.")
return v