diff --git a/weather/openweathermap_org_weather.py b/weather/openweathermap_org_weather.py index 952dc5317..3a9712684 100644 --- a/weather/openweathermap_org_weather.py +++ b/weather/openweathermap_org_weather.py @@ -177,7 +177,7 @@ def __load_forecast_data_one_call(self): } ) - logger.info(f"Loaded weather forecast with API {self.__one_call_version} in {time()-start} seconds") + logger.info(f"Loaded weather forecast with API {self.__one_call_version} in {time()-start:.2f} seconds") return True def __load_forecast_data(self):