Merge pull request #1289 from Wei-Jianan/fix/excpetion_log_assistant

[fix]
This commit is contained in:
Alexander Wu 2024-05-29 16:20:57 +08:00 committed by GitHub
commit 316a49a478
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -136,4 +136,4 @@ class Assistant(Role):
try:
self.memory = BrainMemory(**m)
except Exception as e:
logger.exception(f"load error:{e}, data:{jsn}")
logger.exception(f"load error:{e}, data:{m}")