From ac54a40af5684d5df80dda328855f4c20f842b5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Jastrz=C4=99bski?= Date: Sat, 15 Jun 2013 13:32:46 +0200 Subject: [PATCH] Version check - path fix --- kcc/KCC_gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcc/KCC_gui.py b/kcc/KCC_gui.py index ae6970f..53e59d7 100644 --- a/kcc/KCC_gui.py +++ b/kcc/KCC_gui.py @@ -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