From 31badf641e31c78f1dc393aaee975f9084760111 Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Thu, 29 Sep 2016 11:56:09 +0530 Subject: [PATCH] fixed permissions --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 3966955..43de16b 100644 --- a/setup.py +++ b/setup.py @@ -10,6 +10,7 @@ from setuptools import setup, find_packages if not os.path.exists("Music"): os.makedirs("Music") +os.system('sudo chmod 777 Music') open('Music/list.txt', 'a').close() os.system('sudo chmod 777 Music/list.txt')