This commit is contained in:
Kovid Goyal
2018-08-06 18:38:23 +05:30
parent 605847fd75
commit 9235d2b8e4
2 changed files with 2 additions and 1 deletions

View File

@@ -134,6 +134,7 @@ def run_cmd(global_opts, cmd, func, opts, items):
send = {
'cmd': cmd,
'version': version,
'no_response': False,
}
if payload is not None:
send['payload'] = payload