shanghui 2 napja
szülő
commit
3331076db3
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/core/voip/bot.py

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

@@ -455,7 +455,7 @@ class ToTextBotAgent:
             while try_count > 0:
                 once_start = time.time()
                 try:
-                    message.strip()
+                    # message.strip()
                     response = requests.post(url, data=request_data, headers=headers, timeout=3)
                     if response and response.ok:
                         response_data = response.json()