Skip to content

Commit

Permalink
v1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
2captcha committed Jun 18, 2024
1 parent 61d75a8 commit 78d534b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion twocaptcha/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
"""

__author__ = '2captcha'
__version__ = '1.2.6'
__version__ = '1.2.7'
2 changes: 1 addition & 1 deletion twocaptcha/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
__________
Expand Down

0 comments on commit 78d534b

Please sign in to comment.