From ff5eb96704b2f6741cdc58a0eadb3ad98752fb58 Mon Sep 17 00:00:00 2001 From: jakub_figat Date: Tue, 15 Jul 2025 12:38:36 +0000 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index bb83f41..941a3f5 100644 --- a/main.py +++ b/main.py @@ -36,7 +36,7 @@ def get_weather(): "hourly": hourly }) except Exception as e: - print("❌ Error fetching data:", e) + print("Error fetching data:", e) return jsonify({"error": str(e)}), 500 if __name__ == "__main__":