Skip to content

Commit 61d75a8

Browse files
authored
Fix imginstructions key in TwoCaptcha/check_hint_img method (#86)
1 parent 4469b21 commit 61d75a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

twocaptcha/solver.py

+1
Original file line numberDiff line numberDiff line change
@@ -1028,6 +1028,7 @@ def check_hint_img(self, params):
10281028
return params, files
10291029

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

10331034
if not os.path.exists(hint):

0 commit comments

Comments
 (0)