Skip to content

Commit

Permalink
Merge pull request RocketMap#20 from richardfoltin/sloppy_captcha
Browse files Browse the repository at this point in the history
Captcha request fix
  • Loading branch information
sLoPPydrive authored Jan 11, 2018
2 parents 23e3277 + ead1b85 commit 529b37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pogom/captcha.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def captcha_overseer_thread(args, account_queue, account_captchas,

t = Thread(target=captcha_solver_thread,
name='captcha-solver-{}'.format(solverId),
args=(args, account_queue, account_captchas,
args=(args, account_queue, account_captchas, account,
hash_key, wh_queue))
t.daemon = True
t.start()
Expand Down

0 comments on commit 529b37a

Please sign in to comment.