diff --git a/Procfile b/Procfile index 1bb71de..eb131d6 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -worker: python3 -m program +worker: python3 main.py