DavidLiu 3 months ago
parent
commit
1ceb6d7fb6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/voip/bot.py

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

@@ -626,7 +626,7 @@ class BotAgent:
                     try:
                         v.hangup(call_op_param)
                     except:
-                        traceback.print_exc()
+                        pass
         except:
             traceback.print_exc()
         finally: