v30 updates

This commit is contained in:
Kevin Cathcart
2018-09-22 22:51:54 -04:00
parent b259c10d27
commit 5539143f00
10 changed files with 93 additions and 85 deletions

2
Gui.py
View File

@@ -1114,7 +1114,7 @@ class SpriteSelector(object):
try:
task.update_status("Downloading official sprites list")
with urlopen('http://vt.alttp.run/sprites') as response:
with urlopen('https://alttpr.com/sprites') as response:
sprites_arr = json.loads(response.read().decode("utf-8"))
except Exception as e:
resultmessage = "Error getting list of official sprites. Sprites not updated.\n\n%s: %s" % (type(e).__name__, e)