Update app.py
Browse files
app.py
CHANGED
|
@@ -79,7 +79,7 @@ async def create_task(request: Request):
|
|
| 79 |
status = "to do"
|
| 80 |
print(f"Status: {status}")
|
| 81 |
|
| 82 |
-
web_app_url = "https://script.google.com/macros/s/
|
| 83 |
params = {
|
| 84 |
"mode": "extended",
|
| 85 |
"taskType": task_type,
|
|
|
|
| 79 |
status = "to do"
|
| 80 |
print(f"Status: {status}")
|
| 81 |
|
| 82 |
+
web_app_url = "https://script.google.com/macros/s/AKfycbzXCmb_WQPEZSx8mvUrlW6gqC6rj4yTp9EhU_hjgZrR3m32CFsFDMJHx_Mb_oWQvAzy/exec"
|
| 83 |
params = {
|
| 84 |
"mode": "extended",
|
| 85 |
"taskType": task_type,
|