aboutsummaryrefslogtreecommitdiff
path: root/modules/git_webhooks/gitea.py
diff options
context:
space:
mode:
authorGravatar jesopo2019-06-24 17:17:01 +0100
committerGravatar jesopo2019-06-24 17:17:01 +0100
commit3bc1eb8b8b4af6e3f4a5a0055f4f64d6111dbb91 (patch)
tree4ad91c9ac22431c5b33964776ac1cd8cbbf272dd /modules/git_webhooks/gitea.py
parentAdd gitea.py, fix some consts being in the wrong file (diff)
signature
gitea.GitHub -> gitea.Gitea
Diffstat (limited to 'modules/git_webhooks/gitea.py')
-rw-r--r--modules/git_webhooks/gitea.py2
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