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 # List of adjectives and nouns to choose from
adjectives = [ adjectives = [
"happy", "happy",
"irritated", "serendipitous",
"annoyed", "exuberant",
"calm", "calm",
"brave", "brave",
"scared", "scared",
"energetic", "energetic",
"chivalrous", "chivalrous",
"kind", "kind",
"grumpy", "suave",
] ]
nouns = ["dog", "cat", "falcon", "whale", "turtle", "rabbit", "hamster", "snake", "spider", "elephant"] nouns = ["dog", "cat", "falcon", "whale", "turtle", "rabbit", "hamster", "snake", "spider", "elephant"]