Make adjectives more positive for api token generation

This commit is contained in:
sabaimran 2023-11-16 15:55:35 -08:00
parent 3934633947
commit 45a42faec8

View file

@ -286,15 +286,15 @@ def generate_random_name():
# List of adjectives and nouns to choose from
adjectives = [
"happy",
"irritated",
"annoyed",
"serendipitous",
"exuberant",
"calm",
"brave",
"scared",
"energetic",
"chivalrous",
"kind",
"grumpy",
"suave",
]
nouns = ["dog", "cat", "falcon", "whale", "turtle", "rabbit", "hamster", "snake", "spider", "elephant"]