From bc85bf15cc8985ae57e080a18773ce901c5afcd8 Mon Sep 17 00:00:00 2001 From: shadowgate15 Date: Tue, 10 Mar 2020 22:40:47 -0500 Subject: [PATCH] Fix error R10 (Boot timeout) on Heroku --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 9a16949..7fb6eb5 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python nextaction.py -a $TODOIST_API_KEY -l $TODOIST_NEXT_ACTION_LABEL $DEBUG \ No newline at end of file +nextaction: python nextaction.py -a $TODOIST_API_KEY -l $TODOIST_NEXT_ACTION_LABEL $DEBUG \ No newline at end of file