From e5c48bb29ec3d3076327ff70914781d9d56f61d7 Mon Sep 17 00:00:00 2001 From: Kevin Date: Mon, 27 Mar 2017 00:00:19 +0800 Subject: [PATCH] fix incorrect module name --- 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