[claude] Fix GITEA_API default to VPS address (#1177) #1178
Reference in New Issue
Block a user
Delete Branch ":claude/issue-1177"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #1177
What changed
Changed the hardcoded
localhostfallback URL in_get_gitea_api()to the VPS address (http://143.198.27.163:3000/api/v1) in both:scripts/triage_score.py(line 36)scripts/loop_guard.py(line 45)Also updated the docstring comment in
triage_score.pyto match.Testing
python3 scripts/loop_guard.py --statusnow returns valid JSON without theGITEA_APIenv var settox -e unit)