Skip to content

Commit f1ebdc8

Browse files
author
2captcha
authored
add missing base64 import
fixes #30
1 parent cb1d761 commit f1ebdc8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)