diff --git a/download_server.py b/download_server.py
index 591b2a86a8188d6c4013ce2f666b8b903a102158..a2445ac0084cdeab3a117e529ebf4fa3b32a6bdf 100644
--- a/download_server.py
+++ b/download_server.py
@@ -10,6 +10,9 @@ t = time()
 while True :
     tt = time()
     if tt - t > 5. :
+        
+        print("actualisation ...")
+
         t = tt
         with open("playlists.json",'r') as f :