Add ")" that should have been removed when we stopped using enumerate for

github webhook hooks (github)
This commit is contained in:
jesopo 2019-02-04 21:35:31 +00:00
parent ac16887c48
commit 0344ad6470

View file

@ -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]