From bb14fd70472fbfad6b119ab3cdad3d5fd3f88c75 Mon Sep 17 00:00:00 2001
From: Sara <sarasdj@stud.ntnu.no>
Date: Thu, 15 Feb 2024 13:45:11 +0100
Subject: [PATCH] add: comment

---
 server/APIs/get_weather.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/APIs/get_weather.py b/server/APIs/get_weather.py
index 4cd63e4a..89b9997a 100644
--- a/server/APIs/get_weather.py
+++ b/server/APIs/get_weather.py
@@ -78,7 +78,7 @@ def get_weather(self):
 
 
         else:  # Add error message if no weather data is found or the request fails
-            print(f"Request to weather API failed with status code {response.status_code}")
+            print(f"Request to weather API failed with status code {response.status_code}") #NB: append error message to weather_data
             status_code = response.status_code
 
     # Set headers
-- 
GitLab