mirror of
https://github.com/ciromattia/kcc
synced 2025-12-13 17:56:30 +00:00
Windows: Fixed abnormalities with version check
CX_Freeze working very, very strange with Python 3.3.3
This commit is contained in:
@@ -195,6 +195,7 @@ class VersionThread(QtCore.QThread):
|
|||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
try:
|
try:
|
||||||
|
sleep(1)
|
||||||
XML = urlopen('http://kcc.vulturis.eu/Version.php')
|
XML = urlopen('http://kcc.vulturis.eu/Version.php')
|
||||||
XML = parse(XML)
|
XML = parse(XML)
|
||||||
except Exception:
|
except Exception:
|
||||||
|
|||||||
Reference in New Issue
Block a user