mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 05:47:11 +00:00
fix: ptimeout problem
This commit is contained in:
parent
faf3612c96
commit
5237975fbd
3 changed files with 117 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue