刘威 6 месяцев назад
Родитель
Сommit
27a9235047
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/core/voip/bot.py

+ 1 - 1
src/core/voip/bot.py

@@ -224,7 +224,7 @@ class MyCall(pj.Call):
 
     def chat(self, user_asr_text=None):
         # TODO 调用文本机器人接口
-        message = {'player_file', self.scripts.get()}
+        message = {'player_file': self.scripts.get()}
         player = message.get('player_file')
         self.player_queue.put(player)