We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b571f30 commit bb24371Copy full SHA for bb24371
tools/obtain_python_builds.py
@@ -8,7 +8,7 @@
8
9
# https://docs.github.com/en/rest/releases/releases
10
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'
+GITHUB_RELEASES_URL_BACKUP = 'https://api.github.com/repos/indygreg/python-build-standalone/releases?per_page=20&page=3'
12
13
BASE_URL = Path(__file__).parent
14
RELEASES = BASE_URL / 'cache' / 'releases.json'
0 commit comments