diff --git a/LunaTranslator/LunaTranslator/tts/NeoSpeech.py b/LunaTranslator/LunaTranslator/tts/NeoSpeech.py index e0321ca1..9a66cee1 100644 --- a/LunaTranslator/LunaTranslator/tts/NeoSpeech.py +++ b/LunaTranslator/LunaTranslator/tts/NeoSpeech.py @@ -9,8 +9,6 @@ from ctypes import cast, POINTER, c_char, c_int32 class TTS(TTSbase): def checkchange(self): - fname = str(time.time()) - os.makedirs("./cache/tts/", exist_ok=True) exepath = os.path.join(os.getcwd(), "files/plugins/shareddllproxy32.exe") t = time.time() t = str(t)