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
@@ -21,6 +21,7 @@ circulation = config['circulation']
bookshelf = config['bookshelf']
def chop_tag_audio():
print("Splitting audio files into chapters & adding metadata (this may take a moment, find something to do)...")
split_mp3s(annex, circulation)
traverse_directory(circulation, bookshelf)