Spaces:
Paused
Paused
Commit
·
c6e044e
1
Parent(s):
71a5c55
Upload hcaptcha_solver.py
Browse files- hcaptcha_solver.py +1 -1
hcaptcha_solver.py
CHANGED
@@ -165,7 +165,7 @@ async def hit_challenge(context: ASyncContext, host, sitekey, times: int = 8):
|
|
165 |
|
166 |
async def bytedance(host, sitekey):
|
167 |
async with async_playwright() as p:
|
168 |
-
browser = await p.firefox.launch(headless=
|
169 |
context = await browser.new_context(
|
170 |
locale="en-US"
|
171 |
)
|
|
|
165 |
|
166 |
async def bytedance(host, sitekey):
|
167 |
async with async_playwright() as p:
|
168 |
+
browser = await p.firefox.launch(headless=True)
|
169 |
context = await browser.new_context(
|
170 |
locale="en-US"
|
171 |
)
|