From 093b3af43ef031fa1a3783530211641900ced51c Mon Sep 17 00:00:00 2001 From: Sergey Totmyanin Date: Fri, 3 Sep 2021 16:17:04 +0300 Subject: [PATCH] Fix the recaptcha_v2_enterprise example --- examples/recaptcha_v2_enterprise.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/examples/recaptcha_v2_enterprise.py b/examples/recaptcha_v2_enterprise.py index 46d4272..b8dc3a9 100644 --- a/examples/recaptcha_v2_enterprise.py +++ b/examples/recaptcha_v2_enterprise.py @@ -6,12 +6,8 @@ import os import random import string -import sys import requests - -cd = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) -sys.path.insert(1, cd) from unicaps import CaptchaSolver, CaptchaSolvingService, exceptions from unicaps.proxy import ProxyServer