From c2c2a70f3e75b20d701a0e23d7f5b1f234f7686e Mon Sep 17 00:00:00 2001 From: Pierre Date: Sun, 17 Jan 2021 23:46:28 +0100 Subject: [PATCH] :heart: fix db connection 14 --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index a96c523..74d92ae 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: flask db upgrade;gunicorn autoapp:app -b 0.0.0.0:$PORT -w 3 +web: gunicorn autoapp:app -b 0.0.0.0:$PORT -w 3 \ No newline at end of file