feat: 优化ana_wpr2

This commit is contained in:
caoqianming 2025-07-04 11:02:34 +08:00
parent 662bef04ab
commit e9059c93bd
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ def mlog_submit(mlog: Mlog, user: User, now: Union[datetime.datetime, None]):
# 触发单个统计
xnumbers = list(Mlogbw.objects.filter(mlogb__mlog=mlog, ftest__isnull=False).values_list('number', flat=True))
ana_wpr_thread(xnumbers)
ana_wpr_thread(xnumbers, mlog.mgroup)
def mlog_revert(mlog: Mlog, user: User, now: Union[datetime.datetime, None]):