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:
2025-06-25 06:29:39 +00:00
parent d776c1b991
commit 6b71509fd6
3 changed files with 6 additions and 3 deletions
+2
View File
@@ -1,3 +1,5 @@
service.py
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]