mirror of https://github.com/Mai-with-u/MaiBot.git
Merge branch 'dev' of https://github.com/MaiM-with-u/MaiBot into dev
commit
2128eb6bf2
|
|
@ -689,7 +689,7 @@ class StatisticOutputTask(AsyncTask):
|
||||||
# 确保当前统计数据中存在该key
|
# 确保当前统计数据中存在该key
|
||||||
if key not in stat["all_time"]:
|
if key not in stat["all_time"]:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if isinstance(val, dict):
|
if isinstance(val, dict):
|
||||||
# 是字典类型,则进行合并
|
# 是字典类型,则进行合并
|
||||||
for sub_key, sub_val in val.items():
|
for sub_key, sub_val in val.items():
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue