Skip to content

Commit a5d2430

Browse files
authored
Merge pull request #178 from yjg30737/hotfix/all
v1.6.0
2 parents 6f68331 + 4d408f4 commit a5d2430

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)