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

slash qui manquait

parent 3c263faf
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ while True : ...@@ -41,7 +41,7 @@ while True :
os.chdir("../..") os.chdir("../..")
#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("seen_names.json",'w') as f :
f.write("[]") f.write("[]")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment