Skip to content

Commit

Permalink
forget to edit this
Browse files Browse the repository at this point in the history
Signed-off-by: anasty17 <[email protected]>
  • Loading branch information
anasty17 committed Dec 2, 2024
1 parent 82ba68a commit 9f5c1b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bot/modules/ytdlp.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,9 @@ async def new_event(self):

try:
self.ffmpeg_cmds = eval(args["-ff"])
except:
except Exception as e:
self.ffmpeg_cmds = None
LOGGER.error(e)

self.select = args["-s"]
self.name = args["-n"]
Expand Down

0 comments on commit 9f5c1b2

Please sign in to comment.