Skip to content

Commit

Permalink
fix answerer to be distinct from guesser (typo) (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
bovard authored May 24, 2024
1 parent f42df0c commit 175e592
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
GUESS = "guess"
ASK = "ask"
GUESSER = "guesser"
ANSWERER = "guesser"
ANSWERER = "answerer"

keywords_list = json.loads(KEYWORDS_JSON)
keyword_cat = random.choice(keywords_list)
Expand Down

0 comments on commit 175e592

Please sign in to comment.