Spaces:
Running
Running
zhou12189108
commited on
Commit
•
4df50ce
1
Parent(s):
a52bef8
Update hcaptcha_solver.py
Browse files- hcaptcha_solver.py +1 -1
hcaptcha_solver.py
CHANGED
@@ -169,7 +169,7 @@ async def bytedance(host, sitekey):
|
|
169 |
context = await browser.new_context(
|
170 |
locale="en-US"
|
171 |
)
|
172 |
-
await Malenia.apply_stealth(context)
|
173 |
|
174 |
token = await hit_challenge(context, host, sitekey)
|
175 |
return token
|
|
|
169 |
context = await browser.new_context(
|
170 |
locale="en-US"
|
171 |
)
|
172 |
+
#await Malenia.apply_stealth(context)
|
173 |
|
174 |
token = await hit_challenge(context, host, sitekey)
|
175 |
return token
|