From 31f23960e91a809b92bd136e4109d3bebd3f4d80 Mon Sep 17 00:00:00 2001 From: BelKed <66956532+BelKed@users.noreply.github.com> Date: Sat, 20 Apr 2024 13:16:44 +0200 Subject: [PATCH] Add description to the login function about `CaptchaException()` --- edupage_api/login.py | 1 + 1 file changed, 1 insertion(+) diff --git a/edupage_api/login.py b/edupage_api/login.py index feff9d5..1054b06 100644 --- a/edupage_api/login.py +++ b/edupage_api/login.py @@ -154,6 +154,7 @@ def login( Raises: BadCredentialsException: Your credentials are invalid. + CaptchaException: The login process failed because of a captcha. SecondFactorFailed: The second factor login timed out or there was another problem with the second factor. """