diff options
Diffstat (limited to 'modules/github')
| -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] |
