1
0
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:
Paweł Jastrzębski
2014-02-02 08:56:50 +01:00
parent 9867f63d00
commit 2b04a0298e

View File

@@ -195,6 +195,7 @@ class VersionThread(QtCore.QThread):
def run(self):
try:
sleep(1)
XML = urlopen('http://kcc.vulturis.eu/Version.php')
XML = parse(XML)
except Exception: