Update app.py
Browse files
app.py
CHANGED
|
@@ -76,7 +76,7 @@ async def create_task(request: Request):
|
|
| 76 |
|
| 77 |
# Strategy task logic
|
| 78 |
if task_type.lower() == "strategy":
|
| 79 |
-
web_app_url = "https://script.google.com/macros/s/
|
| 80 |
params = {
|
| 81 |
"mode": "extended",
|
| 82 |
"taskType": task_type,
|
|
|
|
| 76 |
|
| 77 |
# Strategy task logic
|
| 78 |
if task_type.lower() == "strategy":
|
| 79 |
+
web_app_url = "https://script.google.com/macros/s/AKfycby_sSlSIstfFWWAcod1Rs9oCe0fFOgmE-RKJUqxFe8JAuASdNjdJpuhMjIrh0bF8tyJ/exec"
|
| 80 |
params = {
|
| 81 |
"mode": "extended",
|
| 82 |
"taskType": task_type,
|