mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-04 21:06:03 +00:00
旧版本数据库兼容
This commit is contained in:
@@ -227,7 +227,7 @@ class DatabaseManager:
|
||||
'subject_number': subject_number,
|
||||
'create_timestamp': create_timestamp,
|
||||
'last_interact_timestamp': last_interact_timestamp,
|
||||
'prompt': json.loads(prompt)
|
||||
'prompt': prompt
|
||||
})
|
||||
|
||||
return sessions
|
||||
|
||||
Reference in New Issue
Block a user