diff --git a/Procfile b/Procfile index 26de605f0b6..066ed31d952 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn app:create_app +web: gunicorn 'app:create_app()'