From ad99d9459378e1071f08f11e14e63aa01ba32b75 Mon Sep 17 00:00:00 2001 From: James Turk Date: Sat, 22 May 2021 22:22:41 -0400 Subject: [PATCH] -m --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 7d15561..3166e44 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python flask run -h 0.0.0.0 +web: python -m flask run -h 0.0.0.0