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