From ecf2c78053cd1f68177fa2a15c15f31f3704b2c6 Mon Sep 17 00:00:00 2001 From: AccidentallyOnPurpose <4935931+AccidentallyOnPurpose@users.noreply.github.com4935931+AccidentallyOnPurpose@users.noreply.github.com> Date: Tue, 24 Dec 2019 11:17:03 +0800 Subject: [PATCH] tidy transformed action --- play.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play.py b/play.py index a52619b..f5c499a 100644 --- a/play.py +++ b/play.py @@ -279,7 +279,7 @@ def play(): action = "\n> " + action + "\n" - colPrint("\n>> " + action.lstrip(), colors["transformed-user-text"]) + colPrint("\n>> " + action.lstrip(' >'), colors["transformed-user-text"]) result = "\n" + story_manager.act(action) if len(story_manager.story.results) >= 2: similarity = get_similarity(