We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52ce7d3 commit e33f263Copy full SHA for e33f263
1 file changed
activity_browser/__main__.py
@@ -228,7 +228,7 @@ def check_conda_update():
228
229
230
def check_pypi_update():
231
- ab_url = "https://pypi.org/project/activity-browser/json"
+ ab_url = "https://pypi.org/pypi/activity-browser/json"
232
ab_response = requests.get(ab_url)
233
ab_current = metadata.version("activity_browser")
234
print(f"Activity Browser version: {ab_current}")
0 commit comments