Skip to content

Commit ffb0ec7

Browse files
committed
chore: search more erlang version
1 parent 1c3ae41 commit ffb0ec7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/get_all_otp_versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# github api has rate limt
66
# prefer use local version file
77
def update_all_version_from_github_api():
8-
url = "https://api.github.com/repos/erlang/otp/tags?per_page=100&sort=pushed"
8+
url = "https://api.github.com/repos/erlang/otp/tags?per_page=300&sort=pushed"
99
response = requests.get(url)
1010
data = response.json()
1111
print(data)

0 commit comments

Comments
 (0)