This commit is contained in:
恍兮惚兮 2024-05-18 00:15:36 +08:00
parent ae78b5f093
commit 3c4fe69faf

View File

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