From 93e164d7c2dc3dc31e7a6a21ba1c04a75d4924f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Aime?= Date: Wed, 9 Jun 2021 11:17:30 +0200 Subject: [PATCH] Typo in comment --- server/backend/watchers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/backend/watchers.py b/server/backend/watchers.py index 08f599f..7a35736 100644 --- a/server/backend/watchers.py +++ b/server/backend/watchers.py @@ -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()]