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