mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-18 03:34:20 +00:00
fix: 输出!list时错误的字符删除
This commit is contained in:
@@ -264,5 +264,4 @@ class Session:
|
||||
|
||||
def list_history(self, capacity: int = 10, page: int = 0):
|
||||
return pkg.database.manager.get_inst().list_history(self.name, capacity, page,
|
||||
(self.user_name + ":" + get_default_prompt() + "\n" +
|
||||
self.bot_name + ":") if get_default_prompt() != "" else "")
|
||||
get_default_prompt())
|
||||
|
||||
Reference in New Issue
Block a user