fix: wpr_data 副本

This commit is contained in:
caoqianming 2025-07-16 16:25:33 +08:00
parent e8eeb14766
commit 811e971b4b
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ def main(number, mgroup:Mgroup):
old_data:dict = wpr.data
if old_data:
for item in old_data.keys():
for item in list(old_data.keys()):
if f'{mgroup_name}_' in item:
del old_data[item]
old_data.update(data)