Update sherlock.py

pull/735/head
pyghost 4 years ago committed by GitHub
parent 96260176bb
commit 8e95934079
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -492,8 +492,8 @@ def main():
help="Browse to all results on default browser.")
parser.add_argument("--local", "-l",
action="store_true", default=None,
help="Forces the use of the local data.json file.")
action="store_true", default=False,
help="Force the use of the local data.json file.")
args = parser.parse_args()

Loading…
Cancel
Save