From 2a5b48e5217d924118c0741432f8c1d7749ae581 Mon Sep 17 00:00:00 2001 From: Brent Gordon Date: Sat, 29 Feb 2020 09:42:06 -0500 Subject: [PATCH] change web to worker --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 7fe5033..2356f8d 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: racket -l MarioBot/bot +worker: racket -l MarioBot/bot