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:
@@ -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 = []
|
||||||
|
|||||||
Reference in New Issue
Block a user