We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af52ffa commit f136f42Copy full SHA for f136f42
python/pyplugin_installer/installer_data.py
@@ -326,7 +326,7 @@ def timeForChecking(self):
326
if self.checkingOnStartInterval() == 0:
327
return True
328
settings = QSettings()
329
- interval = settings.value(settingsGroup+"/checkOnStartLastDate").toDate().daysTo(QDate.currentDate())
+ interval = settings.value(settingsGroup+"/checkOnStartLastDate",type=QDate).daysTo(QDate.currentDate())
330
if interval >= self.checkingOnStartInterval():
331
332
else:
0 commit comments