Skip to content

Commit

Permalink
bump to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
whazor committed Apr 9, 2022
1 parent 7b27850 commit 9fc88e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interesting.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
repos_url = "https://raw.githubusercontent.com/k8s-at-home/awesome-home-kubernetes/main/data.json"
data = requests.get(repos_url).json()

url = "https://api.github.com/search/repositories?q=topic:k8s-at-home"
url = "https://api.github.com/search/repositories?q=topic:k8s-at-home&per_page=100"
items = requests.get(url, headers=github_header).json()['items']

for repo_info in items:
Expand Down

0 comments on commit 9fc88e1

Please sign in to comment.