1
0
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:
Paweł Jastrzębski
2013-06-15 13:32:46 +02:00
parent 92df52867d
commit ac54a40af5

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