Update example_of_time_logging.py
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| # 运行统计 | ||||
| # 运行时间日志 | ||||
| import guan | ||||
| import time | ||||
| guan.statistics_with_day_and_time(content='start') | ||||
| guan.logging_with_day_and_time(content='start') | ||||
| for i in range(3): | ||||
|     time.sleep(5) | ||||
|     guan.statistics_with_day_and_time(f'end_of_{i}') | ||||
|     guan.logging_with_day_and_time(f'end_of_{i}') | ||||
		Reference in New Issue
	
	Block a user