Spaces:
Running
Running
Commit
·
a52bef8
1
Parent(s):
c6e044e
Upload hcaptcha_solver.py
Browse files- hcaptcha_solver.py +2 -1
hcaptcha_solver.py
CHANGED
@@ -171,4 +171,5 @@ async def bytedance(host, sitekey):
|
|
171 |
)
|
172 |
await Malenia.apply_stealth(context)
|
173 |
|
174 |
-
await hit_challenge(context, host, sitekey)
|
|
|
|
171 |
)
|
172 |
await Malenia.apply_stealth(context)
|
173 |
|
174 |
+
token = await hit_challenge(context, host, sitekey)
|
175 |
+
return token
|