From 94a7e20c2590b2a1a967ceadba022c89a3f875b8 Mon Sep 17 00:00:00 2001 From: Johannes Gehrs Date: Thu, 4 Jul 2013 22:31:55 +0200 Subject: [PATCH] heroku log file fixed (filename changed) --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 80a980e..f49c9cf 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn run:app \ No newline at end of file +web: gunicorn run_sample:app \ No newline at end of file