zhou12189108 commited on
Commit
a52bef8
1 Parent(s): c6e044e

Upload hcaptcha_solver.py

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