From 68bdcf61d9e070653b2db6af4d6d870eaf2e62f6 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 10 Mar 2019 13:20:09 -0400 Subject: [PATCH] ugh --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index d43b8ec..90c72bf 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: waitress-serve --port=8041 --url-scheme=https morepython.wsgi:application --port=$PORT +web: waitress-serve --port=8041 --url-scheme=https --port=$PORT morepython.wsgi:application