diff --git a/download_server.py b/download_server.py index b68ea112164441ce3cf713452ae6137c187978b1..08df720ebb502c35cb4b1e6c5d71453af53ccde5 100644 --- a/download_server.py +++ b/download_server.py @@ -41,7 +41,7 @@ while True : os.chdir("../..") #A supprimer lorsque tout le code aura été fait proprement - if "seen_names.json" not in os.listdir("musics/contents"): + if "seen_names.json" not in os.listdir("musics"+playlist): with open("seen_names.json",'w') as f : f.write("[]")