Update app.py
Browse files
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}")
|