pull/2200/head
Paul Pfeister 5 months ago
parent cfa4097df9
commit 44ad8f506a
No known key found for this signature in database
GPG Key ID: 70D33A96CBD7A994

@ -202,7 +202,6 @@ def sherlock(
# Normal requests
underlying_session = requests.session()
underlying_request = requests.Request()
# Limit number of workers to 20.
# This is probably vastly overkill.
@ -527,7 +526,7 @@ def main():
"-o",
dest="output",
help="If using single username, the output of the result will be saved to this file.",
),
)
parser.add_argument(
"--csv",
action="store_true",

Loading…
Cancel
Save