[modify] change icon.ico to true ico, and modify time format

This commit is contained in:
gitea 2024-05-23 20:12:07 +08:00
parent e11dc60438
commit 3d2e0e33af
2 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ def execution(args):
time_end = time.time() time_end = time.time()
time_total = time_end - time_start time_total = time_end - time_start
msg = f"数据处理时间:{time_total // 3600:02} h {time_total % 3600 // 60:02} min {time_total % 60:02.0f} s" msg = f"数据处理时间:{time_total // 3600:02.0f} h {time_total % 3600 // 60:02.0f} min {time_total % 60:02.0f} s"
warn_pause_exit(msg, 1, 0) warn_pause_exit(msg, 1, 0)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 162 KiB