From a784025f59b00d7104117b76d18102d231e4ea1c Mon Sep 17 00:00:00 2001 From: tech234a <46801700+tech234a@users.noreply.github.com> Date: Mon, 21 Sep 2020 12:25:07 -0400 Subject: [PATCH] Update Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 2e1bf00..ed119f3 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -worker: git clone git@github.com:Data-Horde/ytcc-archive.git && cd ytcc-archive && python3 worker.py +worker: git clone https://github.com/Data-Horde/ytcc-archive.git && cd ytcc-archive && python3 worker.py