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