#edit defs
This commit is contained in:
parent
d158cc260b
commit
bfa66dca75
1 changed files with 1 additions and 1 deletions
2
defs.py
2
defs.py
|
@ -25,7 +25,7 @@ class MISPProcessor:
|
|||
# Para publicar
|
||||
publica = False
|
||||
|
||||
stmt = select(ModificadosEv).where(ModificadosEv.evento_uuid == event_uuid, ModificadosEv.attribute_count == int(event_attribute_count))
|
||||
stmt = select(ModificadosEv).where(ModificadosEv.evento_uuid == event_uuid, ModificadosEv.attribute_count >= int(event_attribute_count))
|
||||
existe = session.scalars(stmt).first()
|
||||
|
||||
if existe:
|
||||
|
|
Loading…
Add table
Reference in a new issue