From f5a509fbc9c0b70aafebc4610b3934b3739ce898 Mon Sep 17 00:00:00 2001 From: 805karansaini <805karansaini@gmail.com> Date: Wed, 21 Sep 2022 09:55:25 +0530 Subject: [PATCH] chnaged gunicorn --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 85fdb7b..dc46f1b 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn -b :$PORT main:app \ No newline at end of file +web: gunicorn main:app \ No newline at end of file