Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: changes the captcha_type condition because with the or condition… (
#59) * fix: changes the captcha_type condition because with the or condition it will always fall into the exception The previous condition if captcha_type != "image" or "token": was wrong because regardless of what I passed in the captcha_type it will always enter the condition because it is checking if the captcha_type is different from "image" or if the string " token " is true and because it is a string with value it will always fall into the condition * Update version to 2.6.2 in setup.py --------- Co-authored-by: alperensert <[email protected]>
- Loading branch information