upgrade python-115

This commit is contained in:
jxxghp
2024-12-06 12:30:13 +08:00
parent 1c22e3d024
commit 314f90cc40
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ class PlaywrightHelper:
"""
sync_stealth(page, pure=True)
page.goto(url)
return sync_cf_retry(page)
return sync_cf_retry(page)[0]
def action(self, url: str,
callback: Callable,