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
+1 -1
View File
@@ -16,7 +16,7 @@ class PlaywrightHelper:
""" """
sync_stealth(page, pure=True) sync_stealth(page, pure=True)
page.goto(url) page.goto(url)
return sync_cf_retry(page) return sync_cf_retry(page)[0]
def action(self, url: str, def action(self, url: str,
callback: Callable, callback: Callable,
+1 -1
View File
@@ -58,6 +58,6 @@ pystray~=0.19.5
pyotp~=2.9.0 pyotp~=2.9.0
Pinyin2Hanzi~=0.1.1 Pinyin2Hanzi~=0.1.1
pywebpush~=2.0.0 pywebpush~=2.0.0
python-115~=0.0.9.8.7 python-115~=0.0.9.8.8.2
aligo~=6.2.4 aligo~=6.2.4
aiofiles~=24.1.0 aiofiles~=24.1.0