[modify] change icon.ico to true ico, and modify time format
This commit is contained in:
		| @@ -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 | 
		Reference in New Issue
	
	Block a user