diff --git a/Procfile b/Procfile index 38e68e7..01ae373 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: flask init-db; gunicorn app:'app' +web: flask init-db; gunicorn app:'create_app()'