Browse Source

files found print

Gamaliel Espinoza 7 years ago
parent
commit
ddd58fca9a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      ondemand/service.py

+ 2 - 0
ondemand/service.py

@@ -168,6 +168,8 @@ def iterate_audios(dt, station):
     files = [file for file in cursor]
     cursor.close()
 
+    print('files found {}'.format(len(files)))
+
     for mp3 in files:
         mp3path, ts = mp3
         mp3name = os.path.basename(mp3path)