Remove unused variable

pull/432/head
Callum Leslie 3 years ago
parent 48eac4cd94
commit a0a5702965

@ -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...")

Loading…
Cancel
Save