Added a break for speed

This commit is contained in:
Nex 2022-02-02 14:54:40 +01:00
parent bdad23feee
commit 47f9a0104c
1 changed files with 2 additions and 0 deletions

View File

@ -174,6 +174,8 @@ class Indicators:
ioc_coll=collection,
ioc_coll_list=collection["ios_profile_ids"])
break
for coll in collections:
self.log.info("Extracted %d indicators for collection with name \"%s\"",
coll["count"], coll["name"])