mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-02-06 06:55:00 +00:00
Update fediverse.py
This commit is contained in:
parent
bc08241aa2
commit
f01c5d26a0
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user