Update.
This commit is contained in:
parent
0290416a77
commit
8a985d53f1
4
main.py
4
main.py
@ -91,8 +91,8 @@ def main() -> None:
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Manage repositories with dry_run as specified
|
# Manage repositories with dry_run as specified
|
||||||
#manager.manage_repositories(dry_run=args.dry_run)
|
manager.manage_repositories(dry_run=args.dry_run)
|
||||||
manager.delete_users_above_id(18, True, True)
|
#manager.delete_users_above_id(1337, not args.dry_run, args.dry_run)
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
main()
|
main()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user