diff --git a/server/APIs/get_weather.py b/server/APIs/get_weather.py
index 4cd63e4a9068e30cf0e558e11fe4746b62b544b5..89b9997a94ffd9d012c0ace27371e1f64cf7eebb 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