Skip to content

Commit 73553a2

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

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
@@ -57,7 +57,7 @@ def findwebhookidbyname(api, webhookname):
5757
ngrokjson = (ngrokjson.replace('\\',''))
5858
print (ngrokjson)
5959
Url = (json.loads(ngrokjson)["Session"]["Tunnels"]["command_line (http)"]["URL"])+url_suffix
60-
print (targetUrl)
60+
print (Url)
6161

6262
#check if the webhook exists by name and then create it if not
6363
whid=findwebhookidbyname(api, webhookname)

0 commit comments

Comments
 (0)