From 1a91f68b524f72c1e508e57cc3b3db3d2fcc3ee2 Mon Sep 17 00:00:00 2001 From: INDIAHACKER_ICS <140348179+indiahackercyber@users.noreply.github.com> Date: Wed, 13 Mar 2024 17:48:12 +0530 Subject: [PATCH] Update Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index ab94349..b2bfe55 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python3 bot.py \ No newline at end of file +gunicorn app:app & python3 bot.py