[update] project task name rename
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user