Skip to content

Commit 983d121

Browse files
committed
1.10.0.5
1 parent b20731e commit 983d121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def __init__(self):
5252
self._update_checker.start()
5353

5454
def check_for_updates(self):
55-
response = get_html(f"{GITHUB_REPO}/releases", params={"per_page": 3}, content_type="json")
55+
response = get_html(f"{GITHUB_REPO}/releases", params={"per_page": 2}, content_type="json")
5656
if not response:
5757
return
5858
for release in response:

0 commit comments

Comments
 (0)