set git_webhooks _name to something nicer ("Webhooks")
This commit is contained in:
parent
f66dd83551
commit
dd6b0fdfbd
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ DEFAULT_EVENT_CATEGORIES = [
|
|||
"help": "Hide/show command-like prefix on git webhook outputs",
|
||||
"validate": utils.bool_or_none, "example": "on"})
|
||||
class Module(ModuleManager.BaseModule):
|
||||
_name = "Webhooks"
|
||||
|
||||
def on_load(self):
|
||||
self._github = github.GitHub()
|
||||
self._gitea = gitea.Gitea()
|
||||
|
|
Loading…
Reference in a new issue