diff --git a/main.py b/main.py index d0c850a..b0b4009 100644 --- a/main.py +++ b/main.py @@ -21,7 +21,7 @@ load_dotenv() logger = get_logger(__name__) -templates_path = Path(__file__).parent / "templates" +templates_path = Path(__file__).parent env = Environment( loader=FileSystemLoader(templates_path), autoescape=select_autoescape() )