Skip to content

Commit adeaa0d

Browse files
committed
Wed, Jul 23, 2025, 11:44 AM -04:00
1 parent 7a99600 commit adeaa0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

submit50/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def check_version():
7979
# Check for latest version on PyPi
8080
try:
8181
latest = max(
82-
requests.get("https://pypi.org/pypi/submit50/json", timeout=30).json()["requests"],
82+
requests.get("https://pypi.org/pypi/submit50/json", timeout=30).json()["releases"],
8383
key=version.parse
8484
)
8585
if latest > local_version:

0 commit comments

Comments
 (0)