config: fix typo preventing ssl_cert from working correctly
This commit is contained in:
@ -45,7 +45,7 @@ class ServerConfig:
|
|||||||
@property
|
@property
|
||||||
def ssl_cert(self) -> str:
|
def ssl_cert(self) -> str:
|
||||||
return CoreConfig.get_config_field(
|
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
|
@property
|
||||||
|
Reference in New Issue
Block a user