Skip to content

Commit

Permalink
last one i promise
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Dec 13, 2023
1 parent 79ec2a6 commit f13d151
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/delete-unused-users.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ def main(args):
logger.info(f"Checking for and deleting ORM users on hub: {hub}")
token = creds[hub]
delete_users_from_hub(hub, token, args.inactive_since, args.dry_run)
print()

else:
logger.error("You must specify a single hub with the --hub_url argument, or a json file containing hubs and api keys with the -f argument.")
Expand Down

0 comments on commit f13d151

Please sign in to comment.