Use default list of indicators files now that some default ones are automatically loaded

This commit is contained in:
Nex 2022-01-14 16:26:14 +01:00
parent adbd95c559
commit 24be9e9570
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class Indicators:
else:
self.log.info("Invalid STIX2 path %s in MVT_STIX2 environment variable", path)
def load_indicators_files(self, files):
def load_indicators_files(self, files=[]):
"""
Load a list of indicators files.
"""