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__":