mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-12 13:18:28 +03:00
Fix loading already loaded modules - don't load them twice
This commit is contained in:
@@ -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': {
|
||||
|
||||
Reference in New Issue
Block a user