From dc25139cd818b4ef007585753d58abb0d81cf253 Mon Sep 17 00:00:00 2001 From: Giovani Date: Tue, 27 Jul 2021 22:39:40 -0400 Subject: [PATCH] chore: make procfile set to web deploy --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index b96cada..bcf6804 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -worker: python main.py \ No newline at end of file +web: python main.py \ No newline at end of file