Update statistics_hook.py

This commit is contained in:
HibiKier 2021-06-23 16:43:38 +08:00 committed by GitHub
parent 05f8d52f63
commit 2d364b5b8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ if not _prefix_count_dict.get('day_index'):
'total': {}, 'total': {},
}, 'month_statistics': { }, 'month_statistics': {
'total': {}, 'total': {},
}, 'start_time': str(datetime.now().date()), 'day_index': 0} }, 'start_time': tmp['start_time'], 'day_index': 0}
# 添加命令次数 # 添加命令次数