aboutsummaryrefslogtreecommitdiff
path: root/modules/git_webhooks/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/git_webhooks/__init__.py')
-rw-r--r--modules/git_webhooks/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/git_webhooks/__init__.py b/modules/git_webhooks/__init__.py
index 83e27d68..b76ec4a3 100644
--- a/modules/git_webhooks/__init__.py
+++ b/modules/git_webhooks/__init__.py
@@ -26,7 +26,7 @@ class Module(ModuleManager.BaseModule):
_name = "Webhooks"
def on_load(self):
- self._github = github.GitHub()
+ self._github = github.GitHub(self.log)
self._gitea = gitea.Gitea()
@utils.hook("api.post.github")