Typo in comment

This commit is contained in:
Félix Aime 2021-06-09 11:17:30 +02:00
parent 50baeaa9e5
commit 93e164d7c2

View File

@ -119,7 +119,7 @@ def watch_whitelists():
def watch_misp():
"""
Retrieve IOCs from misp instances. Each new element is
tested added to the database.
tested and then added to the database.
"""
iocs, misp = IOCs(), MISP()
instances = [i for i in misp.get_instances()]