fix: restore the original sleep time in itchat

This commit is contained in:
lanvent
2023-03-26 15:12:27 +08:00
parent 709468d281
commit b3cabd9621

View File

@@ -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: