diff options
Diffstat (limited to 'modules/git_webhooks')
| -rw-r--r-- | modules/git_webhooks/github.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/git_webhooks/github.py b/modules/git_webhooks/github.py index 1a09f499..8cedae2a 100644 --- a/modules/git_webhooks/github.py +++ b/modules/git_webhooks/github.py @@ -384,7 +384,7 @@ class GitHub(object): body = "" if not action == "deleted": - body = ": %s" % self._comment(event["comment"]["body"]) + body = ": %s" % self._comment(data["comment"]["body"]) return ["[%s] %s %s on %s%s - %s" % (type, commenter, COMMENT_ACTIONS[action], number, body, url)] |
