From f1120992c916acf181fb7789fb7ae8ec1bad6007 Mon Sep 17 00:00:00 2001 From: lucas Date: Fri, 29 Apr 2022 20:24:11 -0700 Subject: [PATCH] edit Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index b3868ba..dc46f1b 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn app:main \ No newline at end of file +web: gunicorn main:app \ No newline at end of file