task data added to context for sending processing message

This commit is contained in:
volkansahin 2017-06-20 15:20:06 +03:00
parent 05345d243f
commit 67913d4cbb

View file

@ -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(),