Typo, '9)' -> '()' (github)

This commit is contained in:
jesopo 2019-01-20 13:03:36 +00:00
parent 7a7400922e
commit 491db4fea4

View file

@ -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()))