changes from bot review

This commit is contained in:
Georges-Antoine Assi
2025-11-17 15:46:14 -05:00
parent 8d91362a24
commit 2be1bab224
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ jobs:
- name: Run HLTB API URL discovery script
run: |
cd backend
uv run python utils/update_hltb_api_url.py
uv run python -m utils.update_hltb_api_url
- name: Commit and push changes
uses: EndBug/add-and-commit@v9

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python3
# uv run python -m utils.update_hltb_api_url
"""
Utility script to update HowLongToBeat API URL by discovering the dynamic endpoint from the website
"""