MCPcopy Create free account
hub / github.com/runhey/OnmyojiAutoScript / update_tasks

Method update_tasks

module/gui/process/script_process.py:85–92  ·  view source on GitHub ↗

update tasks :return:

(self, data)

Source from the content-addressed store, hash-verified

83
84
85 def update_tasks(self, data) -> None:
86 """
87 update tasks
88 :return:
89 """
90 msg = {self.config: data}
91 self.update_queue.put(msg)
92 logger.info(f'Update tasks {self.config}')
93

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected