zhou12189108 commited on
Commit
c6e044e
1 Parent(s): 71a5c55

Upload hcaptcha_solver.py

Browse files
Files changed (1) hide show
  1. 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=False)
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
  )