Fix loading already loaded modules - don't load them twice

This commit is contained in:
Patrick Robertson
2025-01-23 00:09:39 +01:00
parent 550097ab7b
commit 65ef46d01e
3 changed files with 23 additions and 15 deletions

View File

@@ -2,7 +2,7 @@
'name': 'Generic Extractor',
'version': '0.1.0',
'author': 'Bellingcat',
'type': ['extractor'],
'type': ['extractor', 'feeder', 'enricher'],
'entry_point': 'GenericExtractor', # this class should be present in the __init__.py
'requires_setup': False,
'dependencies': {