Steps to reproduce:
python /path/to/diskover.py -l
diskover plugins:
Traceback (most recent call last):
File "/app/diskover/diskover.py", line 1049, in <module>
list_plugins()
File "/app/diskover/diskover_helpers.py", line 427, in list_plugins
if not config['PLUGINS_ENABLED']:
~~~~~~^^^^^^^^^^^^^^^^^^^
KeyError: 'PLUGINS_ENABLED'
Minor typo where it appears it should be PLUGINS_ENABLE vs PLUGINS_ENABLED