From 931a0acfde5e8f120e703d518e8d0b82294dc978 Mon Sep 17 00:00:00 2001 From: Andrei Date: Mon, 29 Apr 2024 18:30:52 +0300 Subject: [PATCH] Update control.py --- src/python_rucaptcha/control.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/python_rucaptcha/control.py b/src/python_rucaptcha/control.py index 1e222c14c..7e635ac9c 100644 --- a/src/python_rucaptcha/control.py +++ b/src/python_rucaptcha/control.py @@ -57,6 +57,9 @@ def __init__( https://rucaptcha.com/api-docs/get-balance https://rucaptcha.com/api-docs/report-correct https://rucaptcha.com/api-docs/report-incorrect + https://2captcha.com/api-docs/get-balance + https://2captcha.com/api-docs/report-correct + https://2captcha.com/api-docs/report-incorrect """ super().__init__(method=ControlEnm.control, *args, **kwargs)