Skip to content

Commit

Permalink
remove unused adjective/noun lists in generate_content.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ignisco committed Jul 15, 2024
1 parent 098202a commit 5bb45d1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions checker/src/generate_content.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,6 @@
"scamming with fake job offers"
]

# List of pirate adjectives and nouns
pirate_adjectives = [
"Red", "Black", "Silver", "Golden", "Scarlet", "Dark", "White", "Blue", "Rogue", "Stormy"
]
pirate_nouns = [
"Beard", "Jack", "Bart", "Pete", "Anne", "Patty", "John", "Hook", "Bill", "Bonny"
]

# Random greetings and farewells
greetings = [
"Ahoy mateys!", "Yo-ho-ho!", "Arrr!", "Avast ye!", "Greetings, landlubbers!"
Expand Down

0 comments on commit 5bb45d1

Please sign in to comment.