Skip to content

Commit

Permalink
/
Browse files Browse the repository at this point in the history
  • Loading branch information
SuryaSekhar14 committed Nov 3, 2024
1 parent 81720ba commit 02d9683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def list_all_blobs():
filename = blob.get('filename')
if filename not in os.listdir('cache'):
logger.info(f"Downloading {filename} from Vercel Blob")
vercel_blob.download_file(blob.get('url'), f'cache/{filename}')
vercel_blob.download_file(blob.get('url'), f'cache/{filename}/')
else:
logger.info(f"{filename} already exists in cache")

Expand Down

0 comments on commit 02d9683

Please sign in to comment.