Mr-Help commited on
Commit
be06fa9
·
verified ·
1 Parent(s): 1dd20d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -159,7 +159,7 @@ async def create_task(request: Request):
159
  space_id = new_task.get("space", {}).get("id")
160
 
161
  print("✅ Task created from template:", new_task_id)
162
- print(f"Space id is {space_id")
163
 
164
  # ➕ Prepare the update payload to add the assignee and duedate to the created task from template
165
  update_payload = {
 
159
  space_id = new_task.get("space", {}).get("id")
160
 
161
  print("✅ Task created from template:", new_task_id)
162
+ print(f"Space id is {space_id}")
163
 
164
  # ➕ Prepare the update payload to add the assignee and duedate to the created task from template
165
  update_payload = {