We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b2dc8a commit 7bfab09Copy full SHA for 7bfab09
1 file changed
examples/ngrokwebhook.py
@@ -19,8 +19,7 @@ def findwebhookidbyname(api, webhookname):
19
for wh in webhooks:
20
if wh.name == webhookname:
21
return wh.id
22
- else:
23
- return "not found"
+ return "not found"
24
25
#Webhook attributes
26
webhookname="testwebhook"
0 commit comments