Skip to content

Commit

Permalink
Fix bulk
Browse files Browse the repository at this point in the history
Signed-off-by: anasty17 <[email protected]>
  • Loading branch information
anasty17 committed May 17, 2024
1 parent 1136283 commit f3eb4b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bot/helper/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ async def initBulk(self, input_list, bulk_start, bulk_end, obj):
self.isQbit,
self.isLeech,
self.isJd,
self.isNzb,
self.sameDir,
self.bulk,
self.multiTag,
Expand Down
1 change: 1 addition & 0 deletions bot/modules/mirror_leech.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ async def newEvent(self):
self.isQbit,
self.isLeech,
self.isJd,
self.isNzb,
self.sameDir,
self.bulk,
self.multiTag,
Expand Down

0 comments on commit f3eb4b6

Please sign in to comment.