Skip to content

Commit

Permalink
Fix imginstructions key in TwoCaptcha/check_hint_img method (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
asenatorrr authored Jun 18, 2024
1 parent 4469b21 commit 61d75a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions twocaptcha/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -1028,6 +1028,7 @@ def check_hint_img(self, params):
return params, files

if not '.' in hint and len(hint) > 50:
params.update({'imginstructions': hint})
return params, files

if not os.path.exists(hint):
Expand Down

0 comments on commit 61d75a8

Please sign in to comment.