Skip to content

Commit

Permalink
Format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
theyosh committed Nov 25, 2024
1 parent 5727076 commit c34fac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weather/openweathermap_org_weather.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit c34fac4

Please sign in to comment.