fix label text at starting

This commit is contained in:
SeungJu Lim 2024-09-02 12:36:00 +09:00
parent 54b308adcf
commit 723a84cd9c
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ class Main:
return return
self.isRunning = True self.isRunning = True
self.btn_run.config(state=tk.DISABLED) self.btn_run.config(state=tk.DISABLED)
self.label.config(text="자막 추출 준비 중...") self.label.config(text="AutoPlay 준비 중...")
threading.Thread(target=self.run).start() threading.Thread(target=self.run).start()
def run(self): def run(self):