Mr-Help commited on
Commit
95df282
·
verified ·
1 Parent(s): bb13719

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -255,7 +255,7 @@ async def create_task(request: Request):
255
  f"📝 *اسم المهمة:* {task_name}\n"
256
  f"🔗 *رابط المهمة:* {task_url}"
257
  )
258
- send_whatsapp_notification(chat_id, msg
259
 
260
  else:
261
  logging.warning(f"❌ Couldn't fetch phone number for assignee {assignee_id}")
 
255
  f"📝 *اسم المهمة:* {task_name}\n"
256
  f"🔗 *رابط المهمة:* {task_url}"
257
  )
258
+ send_whatsapp_notification(chat_id, msg)
259
 
260
  else:
261
  logging.warning(f"❌ Couldn't fetch phone number for assignee {assignee_id}")