]> kaliko git repositories - mpd-sima.git/blobdiff - sima/lib/cache.py
Fixed http caching for Lastfm.
[mpd-sima.git] / sima / lib / cache.py
index e16ca0e5e2e212ab839bced62415496a5a653f5b..9603c8b38f43fb049d38879db8b140dbc2b59e06 100644 (file)
@@ -73,7 +73,7 @@ class FileCache:
         self.forever = forever
 
         if not os.path.isdir(self.directory):
-            os.makedirs(self.directory)
+            os.makedirs(self.directory, mode=0o755)
 
     def encode(self, val):
         return md5(val.encode('utf-8')).hexdigest()