Skip to content

Commit

Permalink
update task_listener.py
Browse files Browse the repository at this point in the history
  • Loading branch information
5hojib committed Nov 26, 2024
1 parent 606c41a commit c0f8aa8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bot/helper/listeners/task_listener.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,11 @@ async def on_download_complete(self):
if self.isCancelled:
return

if self.watermark:
up_path = await self.proceedWatermark(up_path, gid)
if self.isCancelled:
return

if self.screenShots:
up_path = await self.generateScreenshots(up_path)
if self.isCancelled:
Expand Down

0 comments on commit c0f8aa8

Please sign in to comment.