ohli24 api update 2023.01.13(01.)

This commit is contained in:
2023-01-14 18:22:57 +09:00
parent b4b567704c
commit 7a82dc2fc7

View File

@@ -262,7 +262,7 @@ class LogicOhli24(LogicModuleBase):
# networkidle # networkidle
await page.goto( await page.goto(
url, url,
wait_until="domcontentloaded", wait_until="load",
# referer=LogicOhli24.headers["Referer"], # referer=LogicOhli24.headers["Referer"],
) )
# await page.wait_for_url(url, wait_until="domcontentloaded") # await page.wait_for_url(url, wait_until="domcontentloaded")