mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-13 04:32:16 +03:00
task data added to context for sending processing message
This commit is contained in:
parent
05345d243f
commit
67913d4cbb
1 changed files with 2 additions and 0 deletions
|
@ -103,6 +103,8 @@ class Plugin(threading.Thread):
|
|||
"{0} eklentisi şu anda bir görev çalıştırıyor.".format(self.getName()),
|
||||
System.Sessions.display(user),
|
||||
user)
|
||||
self.context.put('taskData',task_data)
|
||||
self.context.put('taskId', item_obj.get_id())
|
||||
|
||||
self.logger.debug('[Plugin] Handling task')
|
||||
Scope.get_instance().get_plugin_manager().find_command(self.getName(),
|
||||
|
|
Loading…
Reference in a new issue