ci: scripts + format
This commit is contained in:
parent
8c8e49d75c
commit
90f7e9b20b
1 changed files with 1 additions and 1 deletions
|
|
@ -397,7 +397,7 @@ class AtcoderScraper(BaseScraper):
|
|||
page.wait_for_load_state("networkidle")
|
||||
page.fill('input[name="username"]', credentials.get("username", ""))
|
||||
page.fill('input[name="password"]', credentials.get("password", ""))
|
||||
page.click('#submit')
|
||||
page.click("#submit")
|
||||
page.wait_for_url(lambda url: "/login" not in url, timeout=30000)
|
||||
cookies = page.context.cookies()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue