From 75fcee86d23bbae3e73ebba71c7f643c9f7b29e7 Mon Sep 17 00:00:00 2001 From: James Turk Date: Thu, 8 Dec 2022 00:24:44 -0600 Subject: [PATCH] fix procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 8ecbd3d..b8a4c56 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python -m flask run -h 0.0.0.0 -p $PORT +web: python -m flask --app scrapple run -h 0.0.0.0 -p $PORT