浏览代码

fix: restore the original sleep time in itchat

master
lanvent 1年前
父节点
当前提交
b3cabd9621
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      lib/itchat/components/login.py

+ 1
- 0
lib/itchat/components/login.py 查看文件

@@ -68,6 +68,7 @@ def login(self, enableCmdQR=False, picDir=None, qrCallback=None,
logger.info('Please press confirm on your phone.')
isLoggedIn = None
time.sleep(7)
time.sleep(0.5)
elif status != '408':
break
if isLoggedIn:


正在加载...
取消
保存