FAQ添加WeChatVersionNotMatchError异常说明

This commit is contained in:
evilbeast 2022-09-01 09:22:21 +08:00
parent 3ac176ab2d
commit de9fee4682

View File

@ -1,3 +1,11 @@
## WeChatVersionNotMatchError异常
如果出现`ntchat.exception.WeChatVersionNotMatchError`异常, 请确认是否安装github上指定的微信版本如果确认已经安装还是报错可以在代码中添加以下代码跳过微信版本检测
```python
import ntchat
ntchat.set_wechat_exe_path(wechat_version='3.6.0.18')
```
## 如何多开
新建多个ntchat.WeChat实例然后调用open方法