aboutsummaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-11-21 08:36:42 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-11-21 08:36:42 +0100
commit9c4768a8e6f4c6a8cd0cd5ab296f2f117d1c9b5c (patch)
treebe519a79b36d39ac20971bc18c6ccd6d4b039235 /app.json
parentUpdated app.json (diff)
downloadnewspipe-9c4768a8e6f4c6a8cd0cd5ab296f2f117d1c9b5c.tar.gz
newspipe-9c4768a8e6f4c6a8cd0cd5ab296f2f117d1c9b5c.tar.bz2
newspipe-9c4768a8e6f4c6a8cd0cd5ab296f2f117d1c9b5c.zip
Updated app.json
Diffstat (limited to 'app.json')
-rw-r--r--app.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.json b/app.json
index af86dda3..3eb6efb0 100644
--- a/app.json
+++ b/app.json
@@ -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"
}
bgstack15