Update app.py
Browse files
app.py
CHANGED
|
@@ -274,7 +274,8 @@ async def task_update(request: Request):
|
|
| 274 |
assignee_ids = [str(assignee['id']) for assignee in assignees]
|
| 275 |
assignee_id_to_name = {str(assignee['id']): assignee['username'] for assignee in assignees}
|
| 276 |
assignee_names_str = "، ".join(assignee_id_to_name.values())
|
| 277 |
-
|
|
|
|
| 278 |
# Step 2: Call WebApp for notify-roles
|
| 279 |
web_app_url = "https://script.google.com/macros/s/AKfycbxuN5YtKgFkXu1gu-dafyDHz0JII0F2RLifhVi8YVclabenlPt0X3780ChQHRdE_Ccc/exec"
|
| 280 |
params = {
|
|
|
|
| 274 |
assignee_ids = [str(assignee['id']) for assignee in assignees]
|
| 275 |
assignee_id_to_name = {str(assignee['id']): assignee['username'] for assignee in assignees}
|
| 276 |
assignee_names_str = "، ".join(assignee_id_to_name.values())
|
| 277 |
+
|
| 278 |
+
print(f"Assignees: {assignee_ids}")
|
| 279 |
# Step 2: Call WebApp for notify-roles
|
| 280 |
web_app_url = "https://script.google.com/macros/s/AKfycbxuN5YtKgFkXu1gu-dafyDHz0JII0F2RLifhVi8YVclabenlPt0X3780ChQHRdE_Ccc/exec"
|
| 281 |
params = {
|