Skip to content

Commit

Permalink
chore: search more erlang version
Browse files Browse the repository at this point in the history
  • Loading branch information
yeshan333 committed Apr 25, 2024
1 parent 1c3ae41 commit ffb0ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/get_all_otp_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# github api has rate limt
# prefer use local version file
def update_all_version_from_github_api():
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"
response = requests.get(url)
data = response.json()
print(data)
Expand Down

0 comments on commit ffb0ec7

Please sign in to comment.