|
|
@ -41,7 +41,7 @@ class TTSEngine:
|
|
|
|
# This file needs to be removed in case this post does not use post text, so that it wont appear in the final video
|
|
|
|
# This file needs to be removed in case this post does not use post text, so that it wont appear in the final video
|
|
|
|
try:
|
|
|
|
try:
|
|
|
|
Path(f"{self.path}/posttext.mp3").unlink()
|
|
|
|
Path(f"{self.path}/posttext.mp3").unlink()
|
|
|
|
except OSError as e:
|
|
|
|
except OSError:
|
|
|
|
pass
|
|
|
|
pass
|
|
|
|
|
|
|
|
|
|
|
|
print_step("Saving Text to MP3 files...")
|
|
|
|
print_step("Saving Text to MP3 files...")
|
|
|
|