Skip to content

Commit

Permalink
Use updated mod updates URL
Browse files Browse the repository at this point in the history
  • Loading branch information
drojf committed Feb 8, 2024
1 parent a771b4a commit 74f4d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 74f4d64

Please sign in to comment.