✨ 添加新的配置加载器,支持从YAML、TOML、JSON和环境变量加载配置,并修改默认主机地址
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user