From 3c2dcf547ceb430d5709bc819501ea1616e495f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9C=A8=E5=B0=8F=E9=80=8F=E6=98=8E=E3=83=BB=E5=AE=B8?= =?UTF-8?q?=E2=9C=A8?= <47057319+TransparentLC@users.noreply.github.com> Date: Tue, 14 Feb 2023 21:05:14 +0800 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 11b5901..3e5e42e 100644 --- a/main.py +++ b/main.py @@ -324,7 +324,7 @@ def completeCallback(): te = time.perf_counter() self.buttonProcess.config(state=tk.NORMAL) notification.title = i18n.getTranslatedString('ToastCompletedTitle') - notification.message = i18n.getTranslatedString('ToastCompletedMessage').format(outputPath, (te - ts) / 1000) + notification.message = i18n.getTranslatedString('ToastCompletedMessage').format(outputPath, te - ts) notification.send(False) def failCallback(ex: Exception): self.buttonProcess.config(state=tk.NORMAL)