0.1.183
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| Metadata-Version: 2.4 | ||||
| Name: guan | ||||
| Version: 0.1.182 | ||||
| Version: 0.1.183 | ||||
| Summary: An open source python package | ||||
| Home-page: https://py.guanjihuan.com | ||||
| Author: guanjihuan | ||||
|   | ||||
| @@ -9,7 +9,7 @@ def logging_with_day_and_time(content='', filename='time_logging', file_format=' | ||||
|        if content == '': | ||||
|            f2.write(datetime_today+' '+datetime_time+'\n') | ||||
|        else: | ||||
|            f2.write(datetime_today+' '+datetime_time+' '+content+'\n') | ||||
|            f2.write(datetime_today+' '+datetime_time+' '+str(content)+'\n') | ||||
|  | ||||
| # 使用该函数运行某个函数并获取函数计算时间(秒) | ||||
| def timer(function_name, *args, **kwargs): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user