From e0aaa4f1eaae435d55c19e6dd881cf6b814b0fcb Mon Sep 17 00:00:00 2001 From: jieun Date: Tue, 4 Apr 2017 16:44:27 -0400 Subject: [PATCH] fix gunicorn config --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index dc4e70c..f9500a3 100644 --- a/Procfile +++ b/Procfile @@ -1,3 +1,3 @@ -web: gunicorn runp-heroku:app +web: gunicorn app:app init: python db_create.py upgrade: python db_upgrade.py