From da3d8050e77c7457b1ef14519d35f77e1b07ba3d Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Tue, 1 Nov 2016 13:53:22 -0400 Subject: [PATCH] Switch back to non-Heroku for now. --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index b94b07e..0d84653 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn wsgi --log-file - +web: gunicorn wsgi:application --log-file -