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)