Mr-Help commited on
Commit
a3b1d88
·
verified ·
1 Parent(s): e8d06bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ async def create_task(request: Request):
75
  print(f"End Date: {end_date}")
76
 
77
  # Strategy task logic
78
- if task_type.lower() == "strategy":
79
  status = "to do"
80
  print(f"Status: {status}")
81
 
 
75
  print(f"End Date: {end_date}")
76
 
77
  # Strategy task logic
78
+ if task_type.lower() == "content":
79
  status = "to do"
80
  print(f"Status: {status}")
81