Skip to content

Commit 780d2af

Browse files
committed
change error message
1 parent 721585d commit 780d2af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def updateSource(self, url: str = None):
225225
QMessageBox.critical(
226226
self,
227227
"Your internet is terrible",
228-
f"The update for {url} timed out! Please check your internet connection and try again.",
228+
f"The update for {url} timed out! Please check your internet connection. Update will proceed with the other sources...",
229229
)
230230
return
231231
if contents.strip().replace("\n", "").replace("\r", "") == self.losts[

0 commit comments

Comments
 (0)