We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1abf534 commit f5f5ca5Copy full SHA for f5f5ca5
1 file changed
github_webhook/webhook.py
@@ -86,7 +86,7 @@ async def _postreceive(self):
86
self._logger.info("%s (%s)", _format_event(event_type, data), _get_header("X-Github-Delivery"))
87
88
for hook in self._hooks.get(event_type, []):
89
- hook(data)
+ await hook(data)
90
91
return "", 204
92
0 commit comments