From 7efd4165ee4c9609837c09b912c7e5639c18c634 Mon Sep 17 00:00:00 2001 From: Walker Waylon Scott Date: Thu, 29 Jun 2017 23:19:20 -0500 Subject: [PATCH] fixed procfile target --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index d456c6c..055a50d 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python app//app.py +web: python src//pyDataVizDay.py