mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-03-03 08:54:50 +08:00
fix: restore the original sleep time in itchat
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user