diff options
-rw-r--r-- | app.json | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ "plan": "scheduler:standard", "options": { "frequency": "hourly", - "command": "python src/manager.py fetch_asyncio" + "task": "python src/manager.py fetch_asyncio" }, "as": "SCHEDULER" } |