This commit is contained in:
Kevin Veen-Birkenbach
2026-02-14 03:47:37 +01:00
parent e81c5262b0
commit d380b1493c

View File

@@ -395,7 +395,9 @@ class WebInstaller(Installer):
try:
page.goto(base_url, wait_until="domcontentloaded")
_wait_for_installer_interactive(page, timeout_s=INSTALLER_READY_TIMEOUT_S)
_wait_for_installer_interactive(
page, timeout_s=INSTALLER_READY_TIMEOUT_S
)
_page_warnings(page)
progress_deadline = time.time() + INSTALLER_STEP_DEADLINE_S