From fcd36dd573953caf384f5039f44dcbd3fab5a914 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Thu, 2 Jul 2020 00:14:57 +0100 Subject: [PATCH] Updating Procfile for Heroku --- Procfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Procfile b/Procfile index 56e3bebd..7cde9b1d 100644 --- a/Procfile +++ b/Procfile @@ -1,3 +1,3 @@ -worker: python EnsoBot.py -bot: python EnsoBot.py -web: python EnsoBot.py \ No newline at end of file +worker: python main.py +bot: python main.py +web: python main.py \ No newline at end of file