This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
J1147
/
ai-on-wechat
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix: increase timeout for itchat
master
lanvent
1 year ago
parent
ab6670b3af
commit
3f78e43bbf
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
channel/wechat/wechat_channel.py
+ 2
- 0
channel/wechat/wechat_channel.py
View File
@@ -51,6 +51,8 @@ class WechatChannel(Channel):
pass
def startup(self):
itchat.instance.receivingRetryCount = 600 # 修改断线超时时间
# login by scan QRCode
hotReload = conf().get('hot_reload', False)
try:
Write
Preview
Loading…
Cancel
Save