mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-30 12:40:33 +00:00
projects continued
This commit is contained in:
parent
23f53c4318
commit
0e1aa85890
64 changed files with 1191 additions and 551 deletions
|
|
@ -30,7 +30,7 @@ class SchedulerTaskDelete(ApiHandler):
|
|||
|
||||
context = None
|
||||
if task.context_id:
|
||||
context = self.get_context(task.context_id)
|
||||
context = self.use_context(task.context_id)
|
||||
|
||||
# If the task is running, update its state to IDLE first
|
||||
if task.state == TaskState.RUNNING:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue