From 774887eca505d9e3ce4cb142c9ebc9b0a530ffea Mon Sep 17 00:00:00 2001 From: Evil0ctal Date: Sun, 6 Mar 2022 19:39:37 -0800 Subject: [PATCH] Update Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index ee20ec9..4046ba0 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python TikTok_ZH.py --port=$PORT +web: gunicorn TikTok_ZH:app --port=5000