From 500bdd8037991394bf2c012cf2c18053ed5bcd6f Mon Sep 17 00:00:00 2001 From: Sorrel Bri Date: Sun, 13 Oct 2019 10:16:56 -0700 Subject: [PATCH] config gunicorn server:app --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 6e10d5d..54d13e7 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -gunicorn --worker-class eventlet -w 1 server:run +gunicorn --worker-class eventlet -w 1 server:app release: python manage.py db upgrade \ No newline at end of file