mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-02-14 19:57:27 +08:00
mai2: update default config
This commit is contained in:
@@ -36,13 +36,7 @@ class Mai2DeliverConfig:
|
||||
)
|
||||
|
||||
@property
|
||||
def list_folder(self) -> int:
|
||||
return CoreConfig.get_config_field(
|
||||
self.__config, "mai2", "server", "list_folder", default=""
|
||||
)
|
||||
|
||||
@property
|
||||
def list_folder(self) -> int:
|
||||
def content_folder(self) -> int:
|
||||
return CoreConfig.get_config_field(
|
||||
self.__config, "mai2", "server", "content_folder", default=""
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user