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
try:
Path(f"{self.path}/posttext.mp3").unlink()
except OSError as e:
except OSError:
pass
print_step("Saving Text to MP3 files...")

Loading…
Cancel
Save