From e8211becde9f1fa77af59b425e75904e03136be1 Mon Sep 17 00:00:00 2001 From: unknown <89595418+unknownsrc@users.noreply.github.com> Date: Wed, 29 Mar 2023 08:04:00 +0200 Subject: [PATCH] finished checking all channels with over 1TB of videos --- index.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/index.js b/index.js index eb6884a..8af4a95 100644 --- a/index.js +++ b/index.js @@ -107,7 +107,6 @@ queue.process(5, async function (job, done) { } }) -check() -// setInterval(() => { -// check() -// }, 300000) \ No newline at end of file +setInterval(() => { + check() +}, 300000) \ No newline at end of file