[update] project task name rename

This commit is contained in:
peterlu14
2022-04-27 13:24:31 +08:00
parent fa8c219f76
commit 0cd0fd7027
+2 -2
View File
@@ -47,8 +47,8 @@ class Project(threading.Thread):
if key in key_list.keys():
key = key_list[key]
if key == 'taskList':
self._task_manager = TaskManager(project['taskList'])
if key == 'task':
self._task_manager = TaskManager(project['task'])
else:
setattr(self, key, value)