Skip to content

Commit

Permalink
- Fix webhook trigger function
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 committed Nov 29, 2024
1 parent a773063 commit 26d4e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tautulli/tools/webhooks/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def __init__(self, /, **data):
@property
def trigger(self) -> Union[TautulliWebhookTrigger, None]:
if not self._trigger:
self._trigger = self.determine_trigger()
self._trigger = self._determine_trigger()

return self._trigger

Expand Down

0 comments on commit 26d4e59

Please sign in to comment.