Skip to content

Commit

Permalink
1.10.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonzorn committed Apr 10, 2024
1 parent b20731e commit 983d121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def __init__(self):
self._update_checker.start()

def check_for_updates(self):
response = get_html(f"{GITHUB_REPO}/releases", params={"per_page": 3}, content_type="json")
response = get_html(f"{GITHUB_REPO}/releases", params={"per_page": 2}, content_type="json")
if not response:
return
for release in response:
Expand Down

0 comments on commit 983d121

Please sign in to comment.