Подчищено

This commit is contained in:
Andrei 2017-10-14 01:41:11 +03:00
parent ac04897d9a
commit cb773bc585
1 changed files with 0 additions and 7 deletions

View File

@ -1,11 +1,7 @@
import requests
import time
# from .errors import RuCaptchaError
from config import get_balance_url, incorrect_captcha_url
from config import TEST_KEY
class AntiCaptchaControl:
def __init__(self, anticaptcha_key):
@ -40,6 +36,3 @@ class AntiCaptchaControl:
return True
else:
return False
print(AntiCaptchaControl(anticaptcha_key = TEST_KEY).complaint_on_result(reported_id = -5))