We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a99600 commit adeaa0dCopy full SHA for adeaa0d
submit50/__main__.py
@@ -79,7 +79,7 @@ def check_version():
79
# Check for latest version on PyPi
80
try:
81
latest = max(
82
- requests.get("https://pypi.org/pypi/submit50/json", timeout=30).json()["requests"],
+ requests.get("https://pypi.org/pypi/submit50/json", timeout=30).json()["releases"],
83
key=version.parse
84
)
85
if latest > local_version:
0 commit comments