Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cc820be

Browse files
author
2captcha
authoredJan 27, 2022
Merge pull request #31 from 2captcha/1.1.2
1.1.2
2 parents cb1d761 + fc7d345 commit cc820be

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎twocaptcha/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from .solver import (TwoCaptcha, SolverExceptions, ValidationException,
33
NetworkException, ApiException, TimeoutException)
44

5-
__version__ = '1.1.1'
5+
__version__ = '1.1.2'

‎twocaptcha/solver.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
import os, sys
44
import time
55
import requests
6+
from base64 import b64encode
7+
68

79
try:
810
from .api import ApiClient

0 commit comments

Comments
 (0)
Please sign in to comment.