--- a/src/eric7/WebBrowser/Sync/SyncCheckPage.py Tue Apr 23 09:29:13 2024 +0200 +++ b/src/eric7/WebBrowser/Sync/SyncCheckPage.py Tue Apr 23 11:26:04 2024 +0200 @@ -138,7 +138,7 @@ self.speedDialMsgLabel.setText(msg) @pyqtSlot(str, bool, bool) - def __updateLabels(self, type_, status, download): + def __updateLabels(self, type_, status, _download): """ Private slot to handle a finished synchronization event. @@ -147,7 +147,7 @@ @type str @param status flag indicating success @type bool - @param download flag indicating a download of a file + @param _download flag indicating a download of a file (unused) @type bool """ if type_ == "bookmarks":