Updated to new repo location and forum thread

This commit is contained in:
blitzmann
2016-01-25 21:14:45 -05:00
parent 253ebdc4e1
commit f3f1d022ef
6 changed files with 10 additions and 10 deletions

View File

@@ -37,7 +37,7 @@ class CheckUpdateThread(threading.Thread):
network = service.Network.getInstance()
try:
response = network.request('https://api.github.com/repos/DarkFenX/Pyfa/releases', network.UPDATE)
response = network.request('https://api.github.com/repos/pyfa-org/Pyfa/releases', network.UPDATE)
jsonResponse = json.loads(response.read())
jsonResponse.sort(key=lambda x: calendar.timegm(dateutil.parser.parse(x['published_at']).utctimetuple()), reverse=True)