diff --git a/common.py b/common.py index 1993d922..1a6ed5eb 100644 --- a/common.py +++ b/common.py @@ -707,7 +707,7 @@ def handle_starttag(self, tag, attrs): return parser.months_remaining, parser.funding_goal_percentage def preloadModUpdatesHTML(): - html, errorInfo = getJSON("https://github.com/07th-mod/python-patcher-status/releases/latest/download/updates.json", isURL=True) + html, errorInfo = getJSON("https://github.com/07th-mod/python-patcher-updates/releases/latest/download/updates.json", isURL=True) if errorInfo is not None: print('WARNING: Failed to get mod updates from server')