fix: ptimeout problem

This commit is contained in:
ikechan8370 2023-02-15 13:11:03 +08:00
parent faf3612c96
commit 5237975fbd
3 changed files with 117 additions and 16 deletions

View file

@ -69,9 +69,9 @@ export async function getOpenAIAuth (opt) {
}),
page.click('#__next .btn-primary')
])
await delay(500)
await delay(1000)
} while (page.url().endsWith('/auth/login'))
logger.mark('进入登录页面')
await checkForChatGPTAtCapacity(page)
let submitP