pull/1057/head
SengokuCola 2025-06-23 00:35:23 +08:00
commit 2128eb6bf2
1 changed files with 1 additions and 1 deletions

View File

@ -689,7 +689,7 @@ class StatisticOutputTask(AsyncTask):
# 确保当前统计数据中存在该key
if key not in stat["all_time"]:
continue
if isinstance(val, dict):
# 是字典类型,则进行合并
for sub_key, sub_val in val.items():