Skip to content

Commit

Permalink
log endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
wslyvh committed Aug 21, 2024
1 parent ae17672 commit c8a1620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pretalx_webhook/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def on_schedule_release(sender, schedule, user, **kwargs):
logger.warning(f"Webhook secret is empty for event {sender.slug}")


logger.error(f"Send JSON request..")
logger.error(f"Send JSON request to {webhook_endpoint}")
response = requests.post(webhook_endpoint,
json=json.dumps(payload),
headers=headers,
Expand Down

0 comments on commit c8a1620

Please sign in to comment.