diff options
| author | 2019-02-04 21:35:31 +0000 | |
|---|---|---|
| committer | 2019-02-04 21:35:31 +0000 | |
| commit | 0344ad64703f03afc720c43b85d7e0234350366a (patch) | |
| tree | 7113a2ce12d94db9bbf6adc9bbec4d353ffd4a4d /modules | |
| parent | Reply to statusmsg commands (e.g. '/msg +channel !ping') with the same statusmsg (diff) | |
| signature | ||
Add ")" that should have been removed when we stopped using `enumerate` for
github webhook hooks (github)
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/github/module.py | 2 |
1 files changed, 1 insertions, 1 deletions
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] |
