nickmuchi commited on
Commit
b0c4f24
·
verified ·
1 Parent(s): c7ed1d0

Update functions.py

Browse files
Files changed (1) hide show
  1. functions.py +0 -1
functions.py CHANGED
@@ -39,7 +39,6 @@ def get_transcribe_podcast(rss_url, local_path):
39
 
40
  # Download the podcast episode by parsing the RSS feed
41
  p = Path(local_path)
42
- p.mkdir(exist_ok=True)
43
 
44
  st.info("Downloading the podcast episode...")
45
 
 
39
 
40
  # Download the podcast episode by parsing the RSS feed
41
  p = Path(local_path)
 
42
 
43
  st.info("Downloading the podcast episode...")
44