Skip to content

Commit

Permalink
fix NameError when calling webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunsi committed Nov 19, 2024
1 parent fc44519 commit 3b9ef76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voctopublish/voctopublish.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def publish(self):
self.ticket,
CONFIG,
getattr(self, "voctoweb_filename", None),
getattr(self, "voctoweb_language", ticket.language),
getattr(self, "voctoweb_language", self.ticket.language),
rclone,
)
if (
Expand Down

0 comments on commit 3b9ef76

Please sign in to comment.