fix: correct Gitea API endpoint paths and add user deletion logic in main
Fix two incorrect API URL paths in GiteaRepoManager by removing duplicate '/api/v1' prefix from admin users endpoints, and replace repository management call in main.py with a new delete_users_above_id method invocation using threshold ID 18 with purge and dry_run flags enabled.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
service.py
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
Reference in New Issue
Block a user