fix transformed action print

This commit is contained in:
AccidentallyOnPurpose
2019-12-24 12:22:37 +08:00
parent ecf2c78053
commit 52c4727e48
+1 -1
View File
@@ -279,7 +279,7 @@ def play():
action = "\n> " + action + "\n"
colPrint("\n>> " + action.lstrip(' >'), colors["transformed-user-text"])
colPrint("\n>> " + action.lstrip().lstrip('> \n'), colors["transformed-user-text"])
result = "\n" + story_manager.act(action)
if len(story_manager.story.results) >= 2:
similarity = get_similarity(