Skip to content

Commit

Permalink
Webhook: fix NameError
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunsi committed Nov 19, 2024
1 parent d862eef commit 3793937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voctopublish/api_client/webhook_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def send(ticket, config, voctoweb_filename, voctoweb_language, rclone):
r = None
result = None
try:
content = _get_json(ticket, config, voctoweb_filename, language, rclone)
content = _get_json(ticket, config, voctoweb_filename, voctoweb_language, rclone)
LOG.debug(f"{content=}")

kwargs = {
Expand Down

0 comments on commit 3793937

Please sign in to comment.