From f0d4ba986d5a7f252f8b874fd943dab87b9131c8 Mon Sep 17 00:00:00 2001 From: Walker Waylon Scott Date: Fri, 19 May 2017 21:26:39 -0500 Subject: [PATCH] changed procfile trying instead of . --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index c194a6f..2930f10 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python app.app.py +web: python app\\app.py