Hopefully fix update check bug when changing Python versions (#170)
This commit is contained in:
parent
130b348d6a
commit
c7402856c7
@ -303,7 +303,7 @@ class ConfigDialog(QtWidgets.QDialog):
|
|||||||
else:
|
else:
|
||||||
self.config["lastCheckedForUpdates"] = self.lastCheckedForUpdates.toString("yyyy-MM-d HH:mm:ss.z")
|
self.config["lastCheckedForUpdates"] = self.lastCheckedForUpdates.toString("yyyy-MM-d HH:mm:ss.z")
|
||||||
except:
|
except:
|
||||||
self.lastCheckedForUpdates = None
|
self.config["lastCheckedForUpdates"] = None
|
||||||
|
|
||||||
def loadSavedPublicServerList(self):
|
def loadSavedPublicServerList(self):
|
||||||
settings = QSettings("Syncplay", "Interface")
|
settings = QSettings("Syncplay", "Interface")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user