Campfireman commited on
Commit
7405ff0
·
1 Parent(s): 0ea62da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ global temp_addr
14
  temp_addr = "/yt_download/" + str(datetime.datetime.now())
15
 
16
  def clean_up():
17
- hh.delete_folder(path_in_repo = "/yt_download", repo_id = "Campfireman/YouTubeAudioGrabNTake")
18
  os.mkdir("/yt_download")
19
 
20
  def convert_video_to_audio_ffmpeg(video_file, output_ext="mp3"):
 
14
  temp_addr = "/yt_download/" + str(datetime.datetime.now())
15
 
16
  def clean_up():
17
+ os.rmdir("/yt_download")
18
  os.mkdir("/yt_download")
19
 
20
  def convert_video_to_audio_ffmpeg(video_file, output_ext="mp3"):