forked from platypush/platypush
Typo
This commit is contained in:
parent
9e23d0a407
commit
9be53683f8
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ def _exec_func(body, retry=True):
|
||||||
|
|
||||||
target = body.pop('target')
|
target = body.pop('target')
|
||||||
action = body.pop('action')
|
action = body.pop('action')
|
||||||
tokens action.split('.')
|
tokens = action.split('.')
|
||||||
module_name = str.join('.', tokens[:-1])
|
module_name = str.join('.', tokens[:-1])
|
||||||
method_name = tokens[-1:][0]
|
method_name = tokens[-1:][0]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue