diff --git a/twocaptcha/solver.py b/twocaptcha/solver.py index 928eaa2..8fde357 100755 --- a/twocaptcha/solver.py +++ b/twocaptcha/solver.py @@ -1021,6 +1021,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):