mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
fixed permissions
This commit is contained in:
1
setup.py
1
setup.py
@@ -10,6 +10,7 @@ from setuptools import setup, find_packages
|
|||||||
|
|
||||||
if not os.path.exists("Music"):
|
if not os.path.exists("Music"):
|
||||||
os.makedirs("Music")
|
os.makedirs("Music")
|
||||||
|
os.system('sudo chmod 777 Music')
|
||||||
open('Music/list.txt', 'a').close()
|
open('Music/list.txt', 'a').close()
|
||||||
os.system('sudo chmod 777 Music/list.txt')
|
os.system('sudo chmod 777 Music/list.txt')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user