tecuts commited on
Commit
65cb2b9
·
verified ·
1 Parent(s): 4d234d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -85,6 +85,7 @@ async def download_spotify_track(
85
  background_tasks: BackgroundTasks
86
  ):
87
  try:
 
88
  downloads_dir = Path("downloads")
89
  # Create unique directory for this download
90
  download_id = uuid.uuid4().hex
 
85
  background_tasks: BackgroundTasks
86
  ):
87
  try:
88
+ spo = SpoLogin(credentials_path=CREDENTIALS_PATH)
89
  downloads_dir = Path("downloads")
90
  # Create unique directory for this download
91
  download_id = uuid.uuid4().hex