zenaight commited on
Commit
d1fcb7b
·
1 Parent(s): 5e663c0

hello-world test

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -35,7 +35,7 @@ async def receive_message(req: Request):
35
  msg = messages[0]
36
 
37
  if msg.get("type") == "text":
38
- reply_text = "Hello 👋 from PropAgent!"
39
  await send_whatsapp_message(wa_id, reply_text)
40
  return JSONResponse({"status": "replied"})
41
 
 
35
  msg = messages[0]
36
 
37
  if msg.get("type") == "text":
38
+ reply_text = "Hello 👋 from PropAgent Git!"
39
  await send_whatsapp_message(wa_id, reply_text)
40
  return JSONResponse({"status": "replied"})
41