From 534f2cbd3ed2b9ba1421db16340715b662b9592d Mon Sep 17 00:00:00 2001 From: Stan James Date: Wed, 31 Jan 2018 08:30:07 -0700 Subject: [PATCH] Fixing `Error R10` The fix: https://stackoverflow.com/a/40356341/59913 --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index bf2bd3c..29cff6d 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python bot.py +worker: python bot.py