From 491db4fea478857ab37719b688fc16c111ffd76e Mon Sep 17 00:00:00 2001 From: jesopo Date: Sun, 20 Jan 2019 13:03:36 +0000 Subject: [PATCH] Typo, '9)' -> '()' (github) --- modules/github/module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/github/module.py b/modules/github/module.py index 5e8c620c..462d132c 100644 --- a/modules/github/module.py +++ b/modules/github/module.py @@ -161,7 +161,7 @@ class Module(ModuleManager.BaseModule): existing_hook = existing_hook_name break - subcommand = event["args_split"][0].lower9) + subcommand = event["args_split"][0].lower() if subcommand == "list": event["stdout"].write("Registered web hooks: %s" % ", ".join(all_hooks.keys()))