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 |
|
| 78 |
-
web_app_url = "https://script.google.com/macros/s/
|
| 79 |
params = {
|
| 80 |
"mode": "extended",
|
| 81 |
"taskType": task_type,
|
|
|
|
| 75 |
print(f"End Date: {end_date}")
|
| 76 |
|
| 77 |
|
| 78 |
+
web_app_url = "https://script.google.com/macros/s/AKfycbzL6OVq4WNKb1mX0BWEtvxYNRKUdjmzp-gjCbhHOZa_y3N9XB9IF_RWZxlgB_Dx07Aw/exec"
|
| 79 |
params = {
|
| 80 |
"mode": "extended",
|
| 81 |
"taskType": task_type,
|