mirror of
https://github.com/vysecurity/LinkedInt.git
synced 2025-12-07 17:32:20 +01:00
Fix typo
This commit is contained in:
parent
e73fabaaaf
commit
cf3dc7ba7c
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ import urllib.parse
|
||||||
""" Setup Argument Parameters """
|
""" Setup Argument Parameters """
|
||||||
parser = argparse.ArgumentParser(description='Discovery LinkedIn')
|
parser = argparse.ArgumentParser(description='Discovery LinkedIn')
|
||||||
parser.add_argument('-u', '--keywords', help='Keywords to search')
|
parser.add_argument('-u', '--keywords', help='Keywords to search')
|
||||||
parser.add_argument('-o', '--output', help='Output file (do not include extentions)')
|
parser.add_argument('-o', '--output', help='Output file (do not include extensions)')
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
config = configparser.RawConfigParser()
|
config = configparser.RawConfigParser()
|
||||||
config.read('LinkedInt.cfg')
|
config.read('LinkedInt.cfg')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue