From a4ffad52fbbdb14e6ff1392c0e0744aa25d4670f Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 7 Jun 2021 01:27:45 -0400 Subject: [PATCH] last commit worked. Now I'm just experimenting --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 379a9eb..8c90253 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn -w 4 -k uvicorn.workers.UvicornWorker main:app +web: uvicorn main:app \ No newline at end of file