From 47f9a0104c2745d61506ef2d7194bc0fb0e04c54 Mon Sep 17 00:00:00 2001 From: Nex Date: Wed, 2 Feb 2022 14:54:40 +0100 Subject: [PATCH] Added a break for speed --- mvt/common/indicators.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mvt/common/indicators.py b/mvt/common/indicators.py index 541ecfe..1f11d55 100644 --- a/mvt/common/indicators.py +++ b/mvt/common/indicators.py @@ -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"])