From c34fac4e5256424b4481aef19af3917738eff173 Mon Sep 17 00:00:00 2001 From: TheYOSH Date: Mon, 25 Nov 2024 20:32:53 +0100 Subject: [PATCH] Format fix --- weather/openweathermap_org_weather.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):