This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
J1147
/
CoW
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix: close hot reload because of repeat msg
master
zhayujie
1 year ago
parent
53cc1df369
commit
d760b045d5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
channel/wechat/wechat_channel.py
+ 1
- 1
channel/wechat/wechat_channel.py
View File
@@ -42,7 +42,7 @@ class WechatChannel(Channel):
def startup(self):
# login by scan QRCode
itchat.auto_login(enableCmdQR=2
, hotReload=True
)
itchat.auto_login(enableCmdQR=2)
# start message listener
itchat.run()
Write
Preview
Loading…
Cancel
Save