mirror of
https://github.com/csd4ni3l/grass_touching_captcha.git
synced 2026-01-01 04:23:45 +01:00
decrease default challenge word amount to 1 to make it easier to pass
This commit is contained in:
@@ -10,6 +10,6 @@ MINIMUM_COSINE_SIMILARITY = 0.7
|
|||||||
WORD_TO_COMPARE = "hand touching grass"
|
WORD_TO_COMPARE = "hand touching grass"
|
||||||
DATABASE_FILE = "data.db"
|
DATABASE_FILE = "data.db"
|
||||||
MINIMUM_OCR_SIMILARITY = 0.7
|
MINIMUM_OCR_SIMILARITY = 0.7
|
||||||
OCR_CHALLENGE_LENGTH = 2
|
OCR_CHALLENGE_LENGTH = 1
|
||||||
|
|
||||||
UPLOAD_DIR = os.path.join(os.getcwd(), UPLOAD_DIR)
|
UPLOAD_DIR = os.path.join(os.getcwd(), UPLOAD_DIR)
|
||||||
Reference in New Issue
Block a user