Подчищено
This commit is contained in:
parent
ac04897d9a
commit
cb773bc585
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue