mirror of
https://github.com/ciromattia/kcc
synced 2025-12-15 18:56:28 +00:00
Version check - path fix
This commit is contained in:
@@ -66,7 +66,7 @@ class VersionThread(QtCore.QThread):
|
||||
|
||||
def run(self):
|
||||
try:
|
||||
XML = urllib2.urlopen('http://kcc.vulturis.eu/Version.xml')
|
||||
XML = urllib2.urlopen('http://kcc.vulturis.eu/Version.php')
|
||||
XML = parse(XML)
|
||||
except Exception:
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user