mirror of
https://github.com/YunoHost/webhooks.git
synced 2024-09-03 19:56:54 +02:00
[fix] make logs more readable
This commit is contained in:
parent
0fa1306f4a
commit
2f401d65fb
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ async def github(request):
|
|||
|
||||
hook_type = request.headers.get("X-Github-Event")
|
||||
|
||||
print()
|
||||
print(f"Hook type: {hook_type}")
|
||||
|
||||
# https://developer.github.com/v3/activity/events/types/#pushevent
|
||||
|
|
Loading…
Add table
Reference in a new issue