drewThomasson commited on
Commit
fd81718
·
verified ·
1 Parent(s): d040eb4

Update Auto_VoxNovel.py

Browse files
Files changed (1) hide show
  1. Auto_VoxNovel.py +1 -0
Auto_VoxNovel.py CHANGED
@@ -390,6 +390,7 @@ def get_newest_file_in_input_folder():
390
  newest_file = max(list_of_files, key=os.path.getctime)
391
  return newest_file
392
  else:
 
393
  return None
394
 
395
  def convert_with_calibre(file_path, output_format="txt"):
 
390
  newest_file = max(list_of_files, key=os.path.getctime)
391
  return newest_file
392
  else:
393
+ print("I couln't find any files there")
394
  return None
395
 
396
  def convert_with_calibre(file_path, output_format="txt"):