diff options
| author | 2019-06-24 17:17:01 +0100 | |
|---|---|---|
| committer | 2019-06-24 17:17:01 +0100 | |
| commit | 3bc1eb8b8b4af6e3f4a5a0055f4f64d6111dbb91 (patch) | |
| tree | 4ad91c9ac22431c5b33964776ac1cd8cbbf272dd /modules/git_webhooks | |
| parent | Add gitea.py, fix some consts being in the wrong file (diff) | |
| signature | ||
gitea.GitHub -> gitea.Gitea
Diffstat (limited to 'modules/git_webhooks')
| -rw-r--r-- | modules/git_webhooks/gitea.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/git_webhooks/gitea.py b/modules/git_webhooks/gitea.py index 6dac1384..b6e54b5d 100644 --- a/modules/git_webhooks/gitea.py +++ b/modules/git_webhooks/gitea.py @@ -44,7 +44,7 @@ COMMENT_ACTIONS = { } -class GitHub(object): +class Gitea(object): def names(self, data, headers): full_name = None repo_username = None |
