Skip to content

Commit e33f263

Browse files
committed
Fix PyPI update check
1 parent 52ce7d3 commit e33f263

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

activity_browser/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def check_conda_update():
228228

229229

230230
def check_pypi_update():
231-
ab_url = "https://pypi.org/project/activity-browser/json"
231+
ab_url = "https://pypi.org/pypi/activity-browser/json"
232232
ab_response = requests.get(ab_url)
233233
ab_current = metadata.version("activity_browser")
234234
print(f"Activity Browser version: {ab_current}")

0 commit comments

Comments
 (0)