Update fediverse.py

This commit is contained in:
Namhyeon Go 2024-10-08 23:01:06 +09:00 committed by GitHub
parent bc08241aa2
commit f01c5d26a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ try:
"DICTIONARY_FILE", default="words_alpha.txt"
) # https://github.com/dwyl/english-words
librey_apiurl = config(
"LIBREY_APIURL", default="https://search.catswords.net"
"LIBREY_APIURL", default="https://serp.catswords.net"
) # https://github.com/Ahwxorg/librey
except Exception as e:
logger.error("[*] Invalid configuration", exc_info=e)