This commit is contained in:
zjf 2025-05-29 17:23:49 +08:00
parent bdf5e94dce
commit 3214d3d902
1 changed files with 1 additions and 1 deletions

View File

@ -520,7 +520,7 @@ with (rpa_image.imports()):
return data_res
async with async_playwright() as p:
browser: Browser = await p.chromium.launch(headless=True, channel='msedge')
browser: Browser = await p.chromium.launch(headless=False, channel='msedge')
# browser = await p.chromium.launch(channel="msedge")
result = await goto_live(browser, data, result, webcast_id)