Version check - path fix

This commit is contained in:
Paweł Jastrzębski
2013-06-15 13:32:46 +02:00
parent 92df52867d
commit ac54a40af5
+1 -1
View File
@@ -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