mirror of
https://github.com/KenanZhu/AutoLibrary.git
synced 2026-06-18 07:23:03 +08:00
fix(ALTimerTaskAddDialog): 删除定时任务数据中多余的字段 ‘repeat_records’
This commit is contained in:
@@ -128,7 +128,6 @@ class ALTimerTaskAddDialog(QDialog, Ui_ALTimerTaskAddDialog):
|
||||
"status": ALTimerTaskStatus.PENDING,
|
||||
"executed": False,
|
||||
"repeat": self.RepeatCheckBox.isChecked(),
|
||||
"repeat_records": []
|
||||
}
|
||||
if task_data["repeat"]:
|
||||
repeat_days = []
|
||||
|
||||
Reference in New Issue
Block a user