[fix] anglish

This commit is contained in:
Laurent Peuch 2019-02-06 12:23:59 +01:00
parent e3e4ecfcae
commit 2d2574e4a9

View file

@ -94,7 +94,7 @@ async def github(request):
tag = request.json["ref"] tag = request.json["ref"]
notify(f"[{repository}] @{user} created new tag {tag}") notify(f"[{repository}] @{user} created new tag {tag}")
else: else:
print(f"WARNING: unknown 'create' even kind: {kind}") print(f"WARNING: unknown 'create' event kind: {kind}")
# https://developer.github.com/v3/activity/events/types/#createevent # https://developer.github.com/v3/activity/events/types/#createevent
elif hook_type == "delete": elif hook_type == "delete":