Update fediverse.py

This commit is contained in:
Namhyeon Go 2024-06-05 13:50:47 +09:00 committed by GitHub
parent b984905f34
commit ff8cae2a59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ from PIL import Image
from server import Extension
try:
client_encoding = config('CLIENT_ENCODING')
client_encoding = config('CLIENT_ENCODING', default='utf-8')
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