浏览代码

Merge branch 'thebalaa-main'

Kumi 1 年之前
父节点
当前提交
8147a89f69
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/gptbot/classes/bot.py

+ 2 - 1
src/gptbot/classes/bot.py

@@ -699,7 +699,8 @@ class GPTBot:
             self.matrix_client.store = matrix_store(
                 self.matrix_client.user_id,
                 self.matrix_client.device_id,
-                self.crypto_store_path or "",
+                '.', #store path
+                database_name=self.crypto_store_path or "",
             )
 
             self.matrix_client.olm = Olm(