From 3ae0fc91c44772ca535f6026ee12a286eddad66e Mon Sep 17 00:00:00 2001 From: anasty17 Date: Tue, 12 Dec 2023 22:32:17 +0200 Subject: [PATCH] Minor fix Signed-off-by: anasty17 --- bot/modules/ytdlp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/modules/ytdlp.py b/bot/modules/ytdlp.py index 30ad18456f4..be8372b3164 100644 --- a/bot/modules/ytdlp.py +++ b/bot/modules/ytdlp.py @@ -275,13 +275,13 @@ def __init__( bulk = [] self.message = message self.client = client - self.isLeech = isLeech self.multiTag = multiTag self.options = options self.sameDir = sameDir self.bulk = bulk super().__init__() self.isYtDlp = True + self.isLeech = isLeech @new_task async def newEvent(self):