forked from Dniel97/artemis
news_msg config option doesn't actually return anything. Fixed!
This commit is contained in:
parent
bad106ceba
commit
0a12e93593
@ -22,7 +22,7 @@ class ChuniServerConfig:
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def news_msg(self) -> str:
|
def news_msg(self) -> str:
|
||||||
CoreConfig.get_config_field(
|
return CoreConfig.get_config_field(
|
||||||
self.__config, "chuni", "server", "news_msg", default=""
|
self.__config, "chuni", "server", "news_msg", default=""
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user