We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 902e218 + 9d4cd32 commit 3b433d0Copy full SHA for 3b433d0
1 file changed
demo/runners/support/agent.py
@@ -580,8 +580,7 @@ def get_agent_args(self):
580
# turn on notifications if revocation is enabled
581
result.append("--notify-revocation")
582
# enable extended webhooks
583
- if ACAPY_DEBUG_WEBHOOKS:
584
- result.append("--debug-webhooks")
+ result.append("--debug-webhooks")
585
# always enable notification webhooks
586
result.append("--monitor-revocation-notification")
587
0 commit comments