1

Updating URL for updates.json

Former-commit-id: aae37fd92202d2a1bd93eb89b981cf9450228490
This commit is contained in:
Alex Yatskov 2015-05-21 14:47:35 +09:00
parent a5cdcb859e
commit 3d7754dd5f

View File

@ -60,7 +60,7 @@ class UpdateFinder(QtCore.QThread):
updates = list()
try:
fp = urllib2.urlopen('http://foosoft.net/dl/yomichan/updates.json')
fp = urllib2.urlopen('http://foosoft.net/projects/yomichan/dl/updates.json')
updates = json.loads(fp.read())
fp.close()