mirror of https://github.com/MISP/PyMISP
doc: fix Search-FullOverview.ipynb code example
parent
eabc6481d0
commit
620ab912da
|
@ -413,7 +413,7 @@
|
|||
"\n",
|
||||
"event_ids = set()\n",
|
||||
"for attr in attributes:\n",
|
||||
" event_ids.add(event_id)\n",
|
||||
" event_ids.add(attr.event_id)\n",
|
||||
"\n",
|
||||
"# Fetch all related events\n",
|
||||
"for event_id in event_ids:\n",
|
||||
|
|
Loading…
Reference in New Issue