瀏覽代碼

files found print

Gamaliel Espinoza 7 年之前
父節點
當前提交
ddd58fca9a
共有 1 個文件被更改,包括 2 次插入0 次删除
  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)