ci: scripts + format

This commit is contained in:
Barrett Ruth 2026-03-04 13:52:20 -05:00
parent 8c8e49d75c
commit 90f7e9b20b
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -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()