forked from platypush/platypush
No need to pop target there, exec_func is already code for me
This commit is contained in:
parent
9be53683f8
commit
e8c9cca433
1 changed files with 0 additions and 1 deletions
|
@ -76,7 +76,6 @@ def _exec_func(body, retry=True):
|
|||
logging.warn('No action specified')
|
||||
return
|
||||
|
||||
target = body.pop('target')
|
||||
action = body.pop('action')
|
||||
tokens = action.split('.')
|
||||
module_name = str.join('.', tokens[:-1])
|
||||
|
|
Loading…
Reference in a new issue