diff --git a/nyacme/handlers/http.py b/nyacme/handlers/http.py index d136b19..2495b69 100644 --- a/nyacme/handlers/http.py +++ b/nyacme/handlers/http.py @@ -5,7 +5,7 @@ from ..config import Config class HTTPHandler(Handler): def __init__(self, zone: str, config: Config, token: str) -> None: - super().__init__(zone_name, config, token) + super().__init__(zone, config, token) self.filepath = os.path.join(config.acme_path, token) def create(self, record_name: str, record_value: str) -> None: