Skip to content

Commit 3b433d0

Browse files
authored
Merge pull request #3865 from jamshale/add-debug-webhooks-to-demo
Add --debug-webhooks config to demo agents
2 parents 902e218 + 9d4cd32 commit 3b433d0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

demo/runners/support/agent.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,8 +580,7 @@ def get_agent_args(self):
580580
# turn on notifications if revocation is enabled
581581
result.append("--notify-revocation")
582582
# enable extended webhooks
583-
if ACAPY_DEBUG_WEBHOOKS:
584-
result.append("--debug-webhooks")
583+
result.append("--debug-webhooks")
585584
# always enable notification webhooks
586585
result.append("--monitor-revocation-notification")
587586

0 commit comments

Comments
 (0)