Typo, '9)' -> '()' (github)
This commit is contained in:
parent
7a7400922e
commit
491db4fea4
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ class Module(ModuleManager.BaseModule):
|
||||||
existing_hook = existing_hook_name
|
existing_hook = existing_hook_name
|
||||||
break
|
break
|
||||||
|
|
||||||
subcommand = event["args_split"][0].lower9)
|
subcommand = event["args_split"][0].lower()
|
||||||
if subcommand == "list":
|
if subcommand == "list":
|
||||||
event["stdout"].write("Registered web hooks: %s" %
|
event["stdout"].write("Registered web hooks: %s" %
|
||||||
", ".join(all_hooks.keys()))
|
", ".join(all_hooks.keys()))
|
||||||
|
|
Loading…
Reference in a new issue