Updating URL for updates.json
Former-commit-id: aae37fd92202d2a1bd93eb89b981cf9450228490
This commit is contained in:
parent
a5cdcb859e
commit
3d7754dd5f
@ -60,7 +60,7 @@ class UpdateFinder(QtCore.QThread):
|
|||||||
updates = list()
|
updates = list()
|
||||||
|
|
||||||
try:
|
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())
|
updates = json.loads(fp.read())
|
||||||
fp.close()
|
fp.close()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user