Suparnpreet commited on
Commit
6ac39e0
·
verified ·
1 Parent(s): e0277c8

Update audioex.py

Browse files
Files changed (1) hide show
  1. audioex.py +1 -1
audioex.py CHANGED
@@ -3,7 +3,7 @@ import os
3
  import shutil
4
 
5
  def ex():
6
- video_directory = os.chdir()
7
  video_files = [f for f in os.listdir(video_directory) if f.endswith(".mp4")]
8
  for mp4_file in video_files:
9
  # Full path to the mp4 file
 
3
  import shutil
4
 
5
  def ex():
6
+ video_directory = os.getcwd()
7
  video_files = [f for f in os.listdir(video_directory) if f.endswith(".mp4")]
8
  for mp4_file in video_files:
9
  # Full path to the mp4 file