From 3c4fe69faf0131e48b2a3d1c77686946eac206a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=81=8D=E5=85=AE=E6=83=9A=E5=85=AE?= <101191390+HIllya51@users.noreply.github.com> Date: Sat, 18 May 2024 00:15:36 +0800 Subject: [PATCH] remove --- LunaTranslator/LunaTranslator/tts/NeoSpeech.py | 2 -- 1 file changed, 2 deletions(-) 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)