From 6d369cbc0cf75982222681753d60e2991289b638 Mon Sep 17 00:00:00 2001 From: Tofik Denianto <77754555+tofikdn@users.noreply.github.com> Date: Sat, 30 Oct 2021 02:12:38 +0700 Subject: [PATCH] Update Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 1bb71de..eb131d6 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -worker: python3 -m program +worker: python3 main.py