Skip to content

Commit bb24371

Browse files
committed
Temporarily fix indygreg's repo url
1 parent b571f30 commit bb24371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/obtain_python_builds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# https://docs.github.com/en/rest/releases/releases
1010
GITHUB_RELEASES_URL = 'https://api.github.com/repos/overfl0/Pythia/releases?per_page=100'
11-
GITHUB_RELEASES_URL_BACKUP = 'https://api.github.com/repos/indygreg/python-build-standalone/releases?per_page=100'
11+
GITHUB_RELEASES_URL_BACKUP = 'https://api.github.com/repos/indygreg/python-build-standalone/releases?per_page=20&page=3'
1212

1313
BASE_URL = Path(__file__).parent
1414
RELEASES = BASE_URL / 'cache' / 'releases.json'

0 commit comments

Comments
 (0)