chore: log unwatch
All checks were successful
build / trigger-build-image (push) Successful in 16s

This commit is contained in:
张泊明518370910136 2025-09-28 18:07:11 -07:00
parent 94d3f993b2
commit f755fb44f6
GPG Key ID: CA088E6D9284F870

View File

@ -494,6 +494,7 @@ class Gitea:
self.repository_api.user_current_delete_subscription( self.repository_api.user_current_delete_subscription(
self.org_name, repo.name self.org_name, repo.name
) )
logger.info(f"Unwatched {repo.name}")
def get_all_teams(self) -> Dict[str, List[str]]: def get_all_teams(self) -> Dict[str, List[str]]:
res: Dict[str, List[str]] = {} res: Dict[str, List[str]] = {}