diff --git a/app/utils.py b/app/utils.py index c524362..21c01e0 100644 --- a/app/utils.py +++ b/app/utils.py @@ -7,6 +7,7 @@ import typing as t import requests import models +from config import env_OWM_KEY, env_OWM_UNITS logger = logging.getLogger("gunicorn.error") weather_template = "The current temperature is {0} and feels like {1}. The high today is {2} with a low of {3}. The current humidity is {4} percent. The summary for today is: {5}."