Fix typo in CAPTCHA settings

This commit is contained in:
Ben Sturmfels 2024-11-12 14:31:03 +11:00
parent c40a89e33e
commit 479efc6dda

View file

@ -43,5 +43,4 @@ STRIPE_ENDPOINT_SECRET = get_secret(secrets, 'STRIPE_ENDPOINT_SECRET')
CAPTCHA_FLITE_PATH = '/usr/bin/flite' CAPTCHA_FLITE_PATH = '/usr/bin/flite'
CAPTCHA_SOX_PATH = '/usr/bin/sox' CAPTCHA_SOX_PATH = '/usr/bin/sox'
CAPTCHA_LETTER_ROTATION = (-25, 25) CAPTCHA_NOISE_FUNCTIONS = ('captcha.helpers.noise_dots',)
CAPTCHA_NOISE_FUNCITONS = ('captcha.helpers.noise_dots',)