Skip to content

Commit 4d408f4

Browse files
committed
Prevent edge-tts shell popping up as VividNode run in executable file
1 parent 6f68331 commit 4d408f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyqt_openai/util/script.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,8 @@ def run(self):
11641164
f"--write-subtitles={vtt_fname}",
11651165
f"--voice={self.input_args['voice']}",
11661166
f"--text={self.input_args['input']}",
1167-
]
1167+
],
1168+
creationflags=subprocess.CREATE_NO_WINDOW
11681169
) as process:
11691170
process.communicate()
11701171

0 commit comments

Comments
 (0)