Modify query defs
This commit is contained in:
parent
7d56521b3a
commit
7cf5253c70
1 changed files with 1 additions and 1 deletions
2
defs.py
2
defs.py
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue