Skip to content

Commit

Permalink
Update fediverse.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gnh1201 authored Oct 8, 2024
1 parent bc08241 commit f01c5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/fediverse.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"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)
Expand Down

0 comments on commit f01c5d2

Please sign in to comment.