From 78d534b168aab50244a2f1582117d4ba864f9034 Mon Sep 17 00:00:00 2001 From: 2captcha Date: Tue, 18 Jun 2024 08:50:34 -0300 Subject: [PATCH] v1.2.7 --- twocaptcha/__init__.py | 2 +- twocaptcha/solver.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/twocaptcha/__init__.py b/twocaptcha/__init__.py index 47db6ef..ccac91f 100644 --- a/twocaptcha/__init__.py +++ b/twocaptcha/__init__.py @@ -12,4 +12,4 @@ """ __author__ = '2captcha' -__version__ = '1.2.6' +__version__ = '1.2.7' diff --git a/twocaptcha/solver.py b/twocaptcha/solver.py index 722ec09..f460baf 100755 --- a/twocaptcha/solver.py +++ b/twocaptcha/solver.py @@ -54,7 +54,7 @@ def __init__(self, self.exceptions = SolverExceptions def normal(self, file, **kwargs): - '''Wrapper for solving normal captcha (image). + '''Wrapper for solving a normal captcha (image). Parameters __________