@@ -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()