Skip to content

Commit

Permalink
Webhook: more bugfixes
Browse files Browse the repository at this point in the history
I should really stop coding while being sleepy :|
  • Loading branch information
Kunsi committed Nov 19, 2024
1 parent 3793937 commit 9549a14
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 @@ -125,7 +125,7 @@ def _get_json(ticket, config, voctoweb_filename, language, rclone):
ticket.voctoweb_filename_base + "_preview.jpg",
),
"enabled": True,
"format": self.folder,
"format": ticket.folder,
"frontend_url": "{}/v/{}".format(
config["voctoweb"]["frontend_url"],
ticket.slug,
Expand Down

0 comments on commit 9549a14

Please sign in to comment.