Skip to content
Snippets Groups Projects
Commit a853b737 authored by Hector Blondel's avatar Hector Blondel
Browse files

correction aller dans le dossier

parent 4cbdd53b
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ while True :
if tt - t > 5. :
print("actualisation ...")
os.system("echo actualisation ...")
t = tt
with open("playlists.json",'r') as f :
......@@ -27,6 +28,7 @@ while True :
os.chdir("musics")
os.mkdir(playlist)
os.chdir(playlist)
#On remplit le dossier de cette playlist
os.mkdir("contents")
with open("seen.json",'w') as f :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment