From 90f8d4f906859a7614701ea0498c5b059de00e6f Mon Sep 17 00:00:00 2001 From: sgoudham Date: Thu, 4 Jun 2020 20:20:12 +0100 Subject: [PATCH] Trying to add web dynos in Procfile --- Procfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 80018fd7..56e3bebd 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,3 @@ worker: python EnsoBot.py -bot: python EnsoBot.py \ No newline at end of file +bot: python EnsoBot.py +web: python EnsoBot.py \ No newline at end of file