Hopefully fix update check bug when changing Python versions (#170)

This commit is contained in:
Etoh 2018-04-08 16:08:12 +01:00
parent 130b348d6a
commit c7402856c7

View File

@ -303,7 +303,7 @@ class ConfigDialog(QtWidgets.QDialog):
else:
self.config["lastCheckedForUpdates"] = self.lastCheckedForUpdates.toString("yyyy-MM-d HH:mm:ss.z")
except:
self.lastCheckedForUpdates = None
self.config["lastCheckedForUpdates"] = None
def loadSavedPublicServerList(self):
settings = QSettings("Syncplay", "Interface")