diff --git a/twocaptcha/solver.py b/twocaptcha/solver.py index e40f0ff..722ec09 100755 --- a/twocaptcha/solver.py +++ b/twocaptcha/solver.py @@ -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):