fix: handle retrieval error for weather data

This commit is contained in:
2023-12-24 14:45:35 +01:00
parent a3129e1932
commit de20319448
3 changed files with 13 additions and 4 deletions

View File

@@ -42,3 +42,5 @@ info_divergence = "INFO: Seitenverhältnisabweichung zu A4: {:.2f}%"
success = "INFO: Fertig."
testing_input = "Info: Eingabedatei wird geprüft..."
testing_input_suc = "Info: Eingabedatei akzeptiert."
failed_to_retrieve = "ERROR: Kann Wetterarchiv-Daten nicht herunterladen ({})"