diff --git a/Procfile b/Procfile index 53a1637..fe26464 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn app:run.py +web: python run.py