add browse functionality

pull/1649/head
orionkendrick 2 years ago committed by GitHub
parent 8a75dcff4b
commit b98739e787
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