typo of guide 'How to write a Custom Action in mistral'

Change-Id: I48f36ad4ed2decc872e7a5ab2e086283d504da89
Related-Bug: #1874391
This commit is contained in:
hyunsikYang 2020-04-23 08:06:11 +00:00
parent 545a34c751
commit d33313f84e
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ How to write a Custom Action
# store the incoming params
self.param = param
def run(self):
def run(self, action_ctx=None):
# return your results here
return {'status': 0}