diff --git a/modules/locationdata.py b/modules/locationdata.py index 2bb30ed..e134cf1 100644 --- a/modules/locationdata.py +++ b/modules/locationdata.py @@ -647,7 +647,7 @@ def get_flood_noaa(lat=0, lon=0, uid=0): # except TypeError as e: # print(f"Type error in data: {e}") except Exception as e: - logger.debug("Location:Error extracting flood gauge data from NOAA for " + str(uid)) + logger.debug("Location:Error extracting flood gauge data from NOAA for " + str(uid) + f" {e}") return ERROR_FETCHING_DATA # format the flood data