1
0
forked from bot/app

添加新的配置加载器,支持从YAML、TOML、JSON和环境变量加载配置,并修改默认主机地址

This commit is contained in:
2024-12-02 21:46:29 +08:00
parent fd3f6272f1
commit 93c17b6026
3 changed files with 49 additions and 2 deletions

View File

@ -21,3 +21,4 @@ def message_handler_thread(i_chans: Iterable[Chan[Any]]):
for msg in select(*i_chans):
logger.debug(f"Recv from anybot {msg}")
logger.info(f"Recv from anybot {msg}")
pass