Re-arranged print statements

This commit is contained in:
bender
2023-11-12 12:30:20 -05:00
parent 0de20268c2
commit 784b3fc4b3
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -23,7 +23,6 @@ def chapters_list():
extract_chapters(annex)
add_ms_to_chapters(annex)
ms_to_durations(annex)
print("Splitting audio files into chapters & adding metadata (this may take a moment)...")
if __name__ == '__main__':
chapters_list()