update tasks :return:
(self, data)
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected