Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
Signed-off-by: anasty17 <[email protected]>
  • Loading branch information
anasty17 committed Dec 12, 2023
1 parent 24180c5 commit 3ae0fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/modules/ytdlp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 3ae0fc9

Please sign in to comment.