We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c3ae41 commit ffb0ec7Copy full SHA for ffb0ec7
1 file changed
assets/get_all_otp_versions.py
@@ -5,7 +5,7 @@
5
# github api has rate limt
6
# prefer use local version file
7
def update_all_version_from_github_api():
8
- url = "https://api.github.com/repos/erlang/otp/tags?per_page=100&sort=pushed"
+ url = "https://api.github.com/repos/erlang/otp/tags?per_page=300&sort=pushed"
9
response = requests.get(url)
10
data = response.json()
11
print(data)
0 commit comments