Rather, should report error against TAGS_URL and not LATEST_URL at this stage.

pull/674/head
Thomas de Lellis 2023-08-07 18:27:52 +02:00
rodzic 82222bb598
commit fa6ac6f1c9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -152,7 +152,7 @@ class AboutWindow(QtWidgets.QWidget):
logger.exception(
"Checking for updates produced an HTTP exception: %s", e
)
self.updateLabel.setText(f"{e}\n{LATEST_URL}")
self.updateLabel.setText(f"{e}\n{TAGS_URL}")
return
except TypeError as e:
logger.exception(