Modify query defs

This commit is contained in:
Felipe Luis Quezada Valenzuela 2024-12-04 12:30:08 -03:00
parent 7d56521b3a
commit 7cf5253c70

View file

@ -354,7 +354,7 @@ class MISPProcessorTop:
#eventos_tmp = self.misp.search(publish_timestamp=desde)
#eventos_tmp = self.misp.search(date_from=desde, published=True)
eventos_tmp = self.misp.search_index(publish_timestamp=desde)
eventos_tmp = self.misp.search_index(publish_timestamp=desde, published=True)
# Si existen eventos, se realiza proceso...
if eventos_tmp: