Skip to content

Commit

Permalink
Update control.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDrang committed Apr 29, 2024
1 parent abf7f6b commit 931a0ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/python_rucaptcha/control.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 931a0ac

Please sign in to comment.