Procházet zdrojové kódy

feat:去掉多余的print

余尚辉 před 5 měsíci
rodič
revize
a942d104f1
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/core/voip/bot.py

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

@@ -86,7 +86,7 @@ class MyAudioMediaPort(pj.AudioMediaPort):
 
             #超时处理
             current_time = time.time()
-            print(f'onFrameReceived:self.wait_time={self.call.wait_time}, self.call.digit ={self.call.digit},asr_text:{asr_text},play_complete:{play_complete}')
+            # print(f'onFrameReceived:self.wait_time={self.call.wait_time}, self.call.digit ={self.call.digit},asr_text:{asr_text},play_complete:{play_complete}')
             if self.call.wait_time and self.call.wait_time != "0" and play_complete and not asr_text and self.call.digit == '':
                 self.wait_time_check(current_time, self.call.wait_time)