diff --git a/core/config.py b/core/config.py index f79d6c0..3a66e4b 100644 --- a/core/config.py +++ b/core/config.py @@ -45,7 +45,7 @@ class ServerConfig: @property def ssl_cert(self) -> str: return CoreConfig.get_config_field( - self.__config, "core", "title", "ssl_cert", default="cert/title.pem" + self.__config, "core", "server", "ssl_cert", default="cert/title.pem" ) @property