mirror of
https://github.com/Alexander-D-Karpov/akarpov
synced 2024-11-22 13:16:33 +03:00
updated cache root
This commit is contained in:
parent
db72084d64
commit
c81b387689
|
@ -34,7 +34,7 @@ def download_url(url, user_id=None):
|
||||||
client_id=settings.MUSIC_SPOTIFY_ID,
|
client_id=settings.MUSIC_SPOTIFY_ID,
|
||||||
client_secret=settings.MUSIC_SPOTIFY_SECRET,
|
client_secret=settings.MUSIC_SPOTIFY_SECRET,
|
||||||
user_auth=False,
|
user_auth=False,
|
||||||
cache_path="/tmp/",
|
cache_path=settings.MEDIA_ROOT,
|
||||||
headless=False,
|
headless=False,
|
||||||
downloader_settings=spot_settings,
|
downloader_settings=spot_settings,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user