Update fediverse.py

This commit is contained in:
Namhyeon Go 2024-02-28 15:42:27 +09:00 committed by GitHub
parent 0bd5e7c800
commit 48250dc19a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,6 +21,7 @@ from PIL import Image
from server import Filter
try:
client_encoding = config('CLIENT_ENCODING')
truecaptcha_userid = config('TRUECAPTCHA_USERID') # truecaptcha.org
truecaptcha_apikey = config('TRUECAPTCHA_APIKEY') # truecaptcha.org
dictionary_file = config('DICTIONARY_FILE', default='words_alpha.txt') # https://github.com/dwyl/english-words