mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-09 11:13:26 +08:00
fix transformed action print
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user