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