From cdff1d869a484ff94dad6556506bee7bf6761822 Mon Sep 17 00:00:00 2001 From: Evil0ctal Date: Wed, 6 Apr 2022 10:48:05 -0700 Subject: [PATCH] Update Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index ee20ec9..33bc20a 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python TikTok_ZH.py --port=$PORT +web: python API/web_api.py --port=$PORT