mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-07-20 21:57:14 +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.')
|
logger.info('Please press confirm on your phone.')
|
||||||
isLoggedIn = None
|
isLoggedIn = None
|
||||||
time.sleep(7)
|
time.sleep(7)
|
||||||
|
time.sleep(0.5)
|
||||||
elif status != '408':
|
elif status != '408':
|
||||||
break
|
break
|
||||||
if isLoggedIn:
|
if isLoggedIn:
|
||||||
|
|||||||
Reference in New Issue
Block a user