Merge pull request #2 from orionkendrick/sherlock-browse

add browse functionality
pull/1650/head
orionkendrick 2 years ago committed by GitHub
commit d6ce824ef7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -664,7 +664,8 @@ def main():
# Create notify object for query results.
query_notify = QueryNotifyPrint(result=None,
verbose=args.verbose,
print_all=args.print_all)
print_all=args.print_all,
browse=args.browse)
# Run report on all specified users.

Loading…
Cancel
Save