Skip to content

Commit f136f42

Browse files
committed
Plugin installer sip update
1 parent af52ffa commit f136f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyplugin_installer/installer_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ def timeForChecking(self):
326326
if self.checkingOnStartInterval() == 0:
327327
return True
328328
settings = QSettings()
329-
interval = settings.value(settingsGroup+"/checkOnStartLastDate").toDate().daysTo(QDate.currentDate())
329+
interval = settings.value(settingsGroup+"/checkOnStartLastDate",type=QDate).daysTo(QDate.currentDate())
330330
if interval >= self.checkingOnStartInterval():
331331
return True
332332
else:

0 commit comments

Comments
 (0)