We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b20731e commit 983d121Copy full SHA for 983d121
main.py
@@ -52,7 +52,7 @@ def __init__(self):
52
self._update_checker.start()
53
54
def check_for_updates(self):
55
- 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")
56
if not response:
57
return
58
for release in response:
0 commit comments