1
1
mirror of https://github.com/KenanZhu/AutoLibrary.git synced 2026-06-18 23:43:02 +08:00

fix(ALTimerTaskAddDialog): 删除定时任务数据中多余的字段 ‘repeat_records’

This commit is contained in:
2026-03-17 14:37:33 +08:00
parent c679a1c79e
commit c02c6ddbe3
-1
View File
@@ -128,7 +128,6 @@ class ALTimerTaskAddDialog(QDialog, Ui_ALTimerTaskAddDialog):
"status": ALTimerTaskStatus.PENDING, "status": ALTimerTaskStatus.PENDING,
"executed": False, "executed": False,
"repeat": self.RepeatCheckBox.isChecked(), "repeat": self.RepeatCheckBox.isChecked(),
"repeat_records": []
} }
if task_data["repeat"]: if task_data["repeat"]:
repeat_days = [] repeat_days = []