Skip to content

Commit 672e5ce

Browse files
committed
@new_thread come back(
1 parent 3f8f044 commit 672e5ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hooks/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ def __init__(self, name, task_type, created_by, command):
6262

6363
command: str = ''
6464

65+
@new_thread('hooks - execute')
6566
def execute_task(self, server: PluginServerInterface, hook: str, var_dict: dict = None, obj_dict: dict = None):
6667
server.logger.debug(f'Executing task: {self.task_name}, task_type: {self.task_type}, command: {self.command}')
6768
server.logger.debug(f'objects_dict: {str(var_dict)}')

0 commit comments

Comments
 (0)