mirror of
https://git.wownero.com/dsc/ircradio.git
synced 2024-08-15 01:03:15 +00:00
fix thumbnails
This commit is contained in:
parent
9cff22f6ac
commit
1f04b1e9d5
2 changed files with 5 additions and 1 deletions
|
@ -19,6 +19,8 @@ redis_uri = os.environ.get('REDIS_URI', 'redis://localhost:6379')
|
|||
|
||||
dir_music = os.environ.get("DIR_MUSIC", os.path.join(cwd, "data", "music"))
|
||||
dir_meta = os.environ.get("DIR_MUSIC", os.path.join(cwd, "data", "music_metadata"))
|
||||
dir_mixes = "/home/radio/mixes/"
|
||||
|
||||
if not os.path.exists(dir_music):
|
||||
os.mkdir(dir_music)
|
||||
if not os.path.exists(dir_meta):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue