Skip to content

Commit 3c2dcf5

Browse files
committed
Update main.py
1 parent 7f37780 commit 3c2dcf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ def completeCallback():
324324
te = time.perf_counter()
325325
self.buttonProcess.config(state=tk.NORMAL)
326326
notification.title = i18n.getTranslatedString('ToastCompletedTitle')
327-
notification.message = i18n.getTranslatedString('ToastCompletedMessage').format(outputPath, (te - ts) / 1000)
327+
notification.message = i18n.getTranslatedString('ToastCompletedMessage').format(outputPath, te - ts)
328328
notification.send(False)
329329
def failCallback(ex: Exception):
330330
self.buttonProcess.config(state=tk.NORMAL)

0 commit comments

Comments
 (0)