Update Auto_VoxNovel.py
Browse files- 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"):
|