From 148c492eeb44cfdcc2791399c19cdd717bb76da5 Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 2 Nov 2019 14:19:38 -0600 Subject: [PATCH] bugfix --- console_play.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console_play.py b/console_play.py index d6eb672..d726d0b 100644 --- a/console_play.py +++ b/console_play.py @@ -37,7 +37,7 @@ def play_unconstrained(): action = action[2:] action = " You " + action + ". " - action = remove_profanity(text) + action = remove_profanity(action) action = first_to_second_person(action) result = story_manager.act(action)