From 0344ad64703f03afc720c43b85d7e0234350366a Mon Sep 17 00:00:00 2001 From: jesopo Date: Mon, 4 Feb 2019 21:35:31 +0000 Subject: Add ")" that should have been removed when we stopped using `enumerate` for github webhook hooks (github) --- modules/github/module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/github') diff --git a/modules/github/module.py b/modules/github/module.py index 94814364..88ba324d 100644 --- a/modules/github/module.py +++ b/modules/github/module.py @@ -261,7 +261,7 @@ class Module(ModuleManager.BaseModule): targets = [] repo_hooked = False - for server_id, channel_name, hooked_repos) in hooks: + for server_id, channel_name, hooked_repos in hooks: found_hook = None if full_name and full_name in hooked_repos: found_hook = hooked_repos[full_name] -- cgit v1.3.1-10-gc9f91