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

path qui manquait

parent ada89c1d
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ while True : ...@@ -42,7 +42,7 @@ while True :
#A supprimer lorsque tout le code aura été fait proprement #A supprimer lorsque tout le code aura été fait proprement
if "seen_names.json" not in os.listdir("musics/"+playlist): if "seen_names.json" not in os.listdir("musics/"+playlist):
with open("seen_names.json",'w') as f : with open("musics/"+playlist+"/seen_names.json",'w') as f :
f.write("[]") f.write("[]")
os.chdir("musics/"+playlist) os.chdir("musics/"+playlist)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment