From b9601879d8e3b4580e23745f54c23cb5bcf3bc06 Mon Sep 17 00:00:00 2001 From: Jay Townsend Date: Sat, 7 Sep 2019 20:23:44 +0100 Subject: [PATCH] Remove uneeded code --- .gitignore | 1 + theHarvester/__main__.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 83c17fa5..9d272d9b 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ api-keys.yaml debug_results.txt tests/myparser.py venv +.mypy_cache diff --git a/theHarvester/__main__.py b/theHarvester/__main__.py index 533d9da6..9cf0b2fc 100644 --- a/theHarvester/__main__.py +++ b/theHarvester/__main__.py @@ -38,7 +38,6 @@ def start(): hunter, intelx, linkedin, linkedin_links, netcraft, securityTrails, threatcrowd, trello, twitter, vhost, virustotal, yahoo''') - parser.add_argument('-x', '--exclude', help='exclude options when using all sources', type=str) args = parser.parse_args() try: