Skip to content

Commit cc820be

Browse files
author
2captcha
authored
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

+1-1
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

+2
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)