Remove uneeded code

This commit is contained in:
Jay Townsend 2019-09-07 20:23:44 +01:00
parent c70caf4958
commit b9601879d8
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View file

@ -8,3 +8,4 @@ api-keys.yaml
debug_results.txt
tests/myparser.py
venv
.mypy_cache

View file

@ -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: