Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
doomedraven committed Nov 29, 2023
1 parent ad8f860 commit c4e92fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/web/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
MOLOCH_ENABLED = moloch_cfg.get("enabled", False)

VTDL_ENABLED = web_cfg.download_services.get("virustotal", False)
VTDL_KEY = web_cfg.download_services.vtkey
VTDL_KEY = web_cfg.download_services.get("vtkey", False)

BAZAAR_ENABLED = web_cfg.download_services.get("malwarebazaar", False)

Expand Down

0 comments on commit c4e92fe

Please sign in to comment.