Skip to content

Commit f1ef248

Browse files
authored
Update ngrokwebhook.py
1 parent 73553a2 commit f1ef248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ngrokwebhook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def findwebhookidbyname(api, webhookname):
6565
if "not found" in whid:
6666
#create
6767
print ("not found")
68-
dict=api.webhooks.create(webhookname, targetUrl, resource, event)
68+
dict=api.webhooks.create(webhookname, Url, resource, event)
6969
print (dict)
7070
else:
7171
#update

0 commit comments

Comments
 (0)