This commit is contained in:
shenjack 2023-06-22 13:35:41 +08:00
parent 996fb72b54
commit c735b9b336

View File

@ -13,6 +13,10 @@
### 修改 ### 修改
- 现在 `logging` 的配置转移到 `__init__` 中了
- 保证调用 `logging` 的时候可以正常使用
- Now the configuration of `logging` is moved to `__init__`
- Ensure that `logging` can be used normally when called
- 现在输入命令之后不会输出一个 `True`/`False` 了 - 现在输入命令之后不会输出一个 `True`/`False` 了
- (实际上是用来检测命令是不是用 `/` 开头的) - (实际上是用来检测命令是不是用 `/` 开头的)
- Now, the command will not output a `True`/`False` - Now, the command will not output a `True`/`False`