Skip to content

Commit

Permalink
Fix vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
joinemm committed Jan 15, 2024
1 parent 50ecb9d commit cb08dbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/media_embedders.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
from discord.ext import commands
from discord.ui import View
from loguru import logger
from modules.misobot import MisoBot
from modules.tiktok import TikTok

from modules import emojis, exceptions, instagram, util
from modules.misobot import MisoBot
from modules.tiktok import TikTok


@dataclass
Expand Down Expand Up @@ -287,7 +287,7 @@ async def create_message(
video_path = f"downloads/{reddit_post_id}.mp4"
ffmpeg = subprocess.call(
[
"ffmpeg",
"/usr/bin/ffmpeg",
"-y",
"-hide_banner",
"-loglevel",
Expand Down

0 comments on commit cb08dbb

Please sign in to comment.