decrease default challenge word amount to 1 to make it easier to pass

This commit is contained in:
csd4ni3l
2025-08-12 15:57:29 +02:00
parent ea4e4899d0
commit 58130cb508

View File

@@ -10,6 +10,6 @@ MINIMUM_COSINE_SIMILARITY = 0.7
WORD_TO_COMPARE = "hand touching grass"
DATABASE_FILE = "data.db"
MINIMUM_OCR_SIMILARITY = 0.7
OCR_CHALLENGE_LENGTH = 2
OCR_CHALLENGE_LENGTH = 1
UPLOAD_DIR = os.path.join(os.getcwd(), UPLOAD_DIR)