diff --git a/main.py b/main.py index 1ea922a..1461740 100644 --- a/main.py +++ b/main.py @@ -13,7 +13,7 @@ from src.wrapper import Wrapper # would be wordpress env file is before authentik env file). ENV_FILES = [ Path("envfiles/login.test.dev.local-it.cloud.env"), # authentik - # Path("envfiles/blog.test.dev.local-it.cloud.env"), # wordpress + Path("envfiles/blog.test.dev.local-it.cloud.env"), # wordpress ] OUTPUT_DIR = Path("./test-output").resolve()