Add ")" that should have been removed when we stopped using enumerate
for
github webhook hooks (github)
This commit is contained in:
parent
ac16887c48
commit
0344ad6470
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ class Module(ModuleManager.BaseModule):
|
||||||
targets = []
|
targets = []
|
||||||
|
|
||||||
repo_hooked = False
|
repo_hooked = False
|
||||||
for server_id, channel_name, hooked_repos) in hooks:
|
for server_id, channel_name, hooked_repos in hooks:
|
||||||
found_hook = None
|
found_hook = None
|
||||||
if full_name and full_name in hooked_repos:
|
if full_name and full_name in hooked_repos:
|
||||||
found_hook = hooked_repos[full_name]
|
found_hook = hooked_repos[full_name]
|
||||||
|
|
Loading…
Reference in a new issue