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