Skip to content

Commit

Permalink
Create __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
StarkGang authored Feb 14, 2021
1 parent 235eeb8 commit 4f2cfd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fridaybot/function/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ async def fetch_audio(event, ws):
if warner_stark.video:
await event.edit("`Video Detected, Converting To Audio !`")
warner_bros = await event.client.download_media(warner_stark.media)
stark_cmd = "ffmpeg -i {warner_bros} -map 0:a friday.mp3"
stark_cmd = f"ffmpeg -i {warner_bros} -map 0:a friday.mp3"
stdout, stderr = (await runcmd(stark_cmd))[:2]
final_warner = "friday.mp3"
elif warner_stark.audio:
Expand Down

0 comments on commit 4f2cfd0

Please sign in to comment.